Sha256: e3f3d586b988ddef29b1264375deb667cedb5f3c4fd8df7e59ece70ffcb167bf
Contents?: true
Size: 337 Bytes
Versions: 23
Compression:
Stored size: 337 Bytes
Contents
require "spec_helper" describe "bundle install with deprecated features" do before :each do in_app_root end it "reports that lib is an invalid option" do gemfile <<-G gem "rack", :lib => "rack" G bundle :install out.should =~ /You passed :lib as an option for gem 'rack', but it is invalid/ end end
Version data entries
23 entries across 23 versions & 4 rubygems
Version | Path |
---|---|
gemrage-0.0.0 | vendor/ruby/1.8/gems/bundler-1.0.3/spec/install/invalid_spec.rb |
bundler-1.0.3 | spec/install/invalid_spec.rb |
bundler-1.0.2 | spec/install/invalid_spec.rb |