spec/install/deprecated_spec.rb in bundler-1.0.11 vs spec/install/deprecated_spec.rb in bundler-1.0.12
- old
+ new
@@ -32,12 +32,6 @@
out.should =~ /Please replace :#{deprecated}|The :#{deprecated} option is no longer supported/
end
end
- it "reports that --production is deprecated" do
- gemfile %{gem "rack"}
- bundle "install --production"
- out.should =~ /--production option is deprecated/
- end
-
end