1
0
Fork 0
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:
David Rodríguez 2022-10-05 15:40:03 +02:00 committed by Hiroshi SHIBATA
parent e956caea88
commit 5fa18a7b0c
Notes: git 2022-10-18 07:33:41 +00:00

View file

@ -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|