[rubygems/rubygems] Fix typo

https://github.com/rubygems/rubygems/commit/64e7a2656a
This commit is contained in:
David Rodriguez 2023-09-30 21:18:51 +02:00 committed by git
parent b4ab013b27
commit b73ef92998
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ RSpec.describe "Resolving" do
end
it "raises an exception if a child dependency is not resolved" do
@index = a_unresovable_child_index
@index = a_unresolvable_child_index
dep "chef_app_error"
expect do
resolve

View File

@ -304,7 +304,7 @@ module Spec
end
end
def a_unresovable_child_index
def a_unresolvable_child_index
build_index do
gem "json", %w[1.8.0]