features/support/bundler_helpers.rb in spork-0.9.0.rc vs features/support/bundler_helpers.rb in spork-0.9.0.rc2

- old
+ new

@@ -2,10 +2,9 @@ module BundlerHelpers extend self def install_bundle(dir) Dir.chdir(dir) do command = "env RUBYOPT= BUNDLE_GEMFILE=Gemfile bundle install" - command << " --relock" unless File.exist?("Gemfile.lock") system(command) $?.exitstatus end end