[rubygems/rubygems] Fix typo
https://github.com/rubygems/rubygems/commit/64e7a2656a
This commit is contained in:
parent
b4ab013b27
commit
b73ef92998
@ -100,7 +100,7 @@ RSpec.describe "Resolving" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "raises an exception if a child dependency is not resolved" do
|
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"
|
dep "chef_app_error"
|
||||||
expect do
|
expect do
|
||||||
resolve
|
resolve
|
||||||
|
@ -304,7 +304,7 @@ module Spec
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def a_unresovable_child_index
|
def a_unresolvable_child_index
|
||||||
build_index do
|
build_index do
|
||||||
gem "json", %w[1.8.0]
|
gem "json", %w[1.8.0]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user