mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Change descriptions to not mention deprecated flags
https://github.com/rubygems/rubygems/commit/731b3783f1
This commit is contained in:
parent
fed9419e55
commit
052d66050a
Notes:
git
2020-06-05 07:34:00 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ RSpec.describe "bundle install with groups" do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "installing --without" do
|
describe "without option" do
|
||||||
describe "with gems assigned to a single group" do
|
describe "with gems assigned to a single group" do
|
||||||
before :each do
|
before :each do
|
||||||
gemfile <<-G
|
gemfile <<-G
|
||||||
|
@ -339,7 +339,7 @@ RSpec.describe "bundle install with groups" do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "when locked and installed with --without" do
|
describe "when locked and installed with `without` option" do
|
||||||
before(:each) do
|
before(:each) do
|
||||||
build_repo2
|
build_repo2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue