summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-05-26 21:34:30 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-06 10:52:55 +0900
commit603772440c85e0934d171cc89da31a7b57f57012 (patch)
treeb88d67947bb01e21cf9e7e7cebf67384b56a3442
parent8819dc43238c1ce79e7b4528d1dee66c4616ee87 (diff)
[rubygems/rubygems] Remove redundant specs
They are already tested above. https://github.com/rubygems/rubygems/commit/23073dcece
-rw-r--r--spec/bundler/install/deploy_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/bundler/install/deploy_spec.rb b/spec/bundler/install/deploy_spec.rb
index 484664b433..a82996fc4d 100644
--- a/spec/bundler/install/deploy_spec.rb
+++ b/spec/bundler/install/deploy_spec.rb
@@ -212,11 +212,7 @@ RSpec.describe "install in deployment or frozen mode" do
expect(out).to include("vendor/bundle2")
end
- it "works with the --deployment flag if you didn't change anything", :bundler => "< 3" do
- bundle "install --deployment"
- end
-
- it "works with the --frozen flag if you didn't change anything", :bundler => "< 3" do
+ it "works with the --frozen flag" do
bundle "install --frozen"
end