Skip to content

Commit

Permalink
[rubygems/rubygems] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and matzbot committed Oct 3, 2023
1 parent b4ab013 commit b73ef92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/bundler/resolver/basic_spec.rb
Expand Up @@ -100,7 +100,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion spec/bundler/support/indexes.rb
Expand Up @@ -304,7 +304,7 @@ def a_complicated_index
end
end

def a_unresovable_child_index
def a_unresolvable_child_index
build_index do
gem "json", %w[1.8.0]

Expand Down

0 comments on commit b73ef92

Please sign in to comment.