mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Fix bad spec wording
https://github.com/rubygems/rubygems/commit/06faad1e05
This commit is contained in:
parent
e956caea88
commit
5fa18a7b0c
Notes:
git
2022-10-18 07:33:41 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ RSpec.describe "bundle install with install-time dependencies" do
|
|||
end
|
||||
end
|
||||
|
||||
context "in a transitive dependencies in a lockfile" do
|
||||
context "with transitive dependencies in a lockfile" do
|
||||
before do
|
||||
build_repo2 do
|
||||
build_gem "rubocop", "1.28.2" do |s|
|
||||
|
|
Loading…
Reference in a new issue