aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install/deploy_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/deploy_spec.rb')
-rw-r--r--spec/install/deploy_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb
index 5f5420ee..26d8abe2 100644
--- a/spec/install/deploy_spec.rb
+++ b/spec/install/deploy_spec.rb
@@ -46,18 +46,6 @@ describe "install with --deployment or --frozen" do
expect(exitstatus).to eq(0) if exitstatus
end
- it "works if you exclude a group with a svn gem" do
- build_svn "foo"
- gemfile <<-G
- group :test do
- gem "foo", :svn => "file://#{lib_path('foo-1.0')}"
- end
- G
- bundle :install
- bundle "install --deployment --without test"
- expect(exitstatus).to eq(0) if exitstatus
- end
-
it "works when you bundle exec bundle" do
bundle :install
bundle "install --deployment"