features/support/bundler_pre_support.rb in cucumber-rails-1.4.0 vs features/support/bundler_pre_support.rb in cucumber-rails-1.4.1
- old
+ new
@@ -1,13 +1,13 @@
module BundlerPreHelper
def bundler
fixture 'bundler-1.0.21.gem'
end
-
+
def bundler_pre
fixture 'bundler-1.1.rc.gem'
end
-
+
def gem_install(path)
run_simple("gem install #{path} --no-ri --no-rdoc")
end
def gem_uninstall(path)