summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-28 21:12:21 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commit052d66050a8524f70d90223c015d5a0452bfc88b (patch)
treea0b65d7ddf44a1d8a0c7b3a677e274325727caee /spec/bundler/install/gemfile
parentfed9419e55159bc6e53cc7590188ba6fb92d31fe (diff)
[rubygems/rubygems] Change descriptions to not mention deprecated flags
https://github.com/rubygems/rubygems/commit/731b3783f1
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
Diffstat (limited to 'spec/bundler/install/gemfile')
-rw-r--r--spec/bundler/install/gemfile/groups_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/install/gemfile/groups_spec.rb b/spec/bundler/install/gemfile/groups_spec.rb
index a84496dd76..0d3cc60195 100644
--- a/spec/bundler/install/gemfile/groups_spec.rb
+++ b/spec/bundler/install/gemfile/groups_spec.rb
@@ -70,7 +70,7 @@ RSpec.describe "bundle install with groups" do
end
end
- describe "installing --without" do
+ describe "without option" do
describe "with gems assigned to a single group" do
before :each do
gemfile <<-G
@@ -339,7 +339,7 @@ RSpec.describe "bundle install with groups" do
end
end
- describe "when locked and installed with --without" do
+ describe "when locked and installed with `without` option" do
before(:each) do
build_repo2