We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cef060 commit b03c3c1Copy full SHA for b03c3c1
elasticsearch-model/Rakefile
@@ -52,6 +52,7 @@ namespace :test do
52
puts '-' * 80
53
gemfiles.each do |gemfile|
54
puts "GEMFILE: #{gemfile}"
55
+ sh "BUNDLE_GEMFILE='#{File.expand_path("../gemfiles/#{gemfile}", __FILE__)}' bundle install"
56
sh "BUNDLE_GEMFILE='#{File.expand_path("../gemfiles/#{gemfile}", __FILE__)}' " \
57
' bundle exec rspec'
58
0 commit comments