[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 коммит произвёл Hiroshi SHIBATA
Родитель e956caea88
Коммит 5fa18a7b0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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