summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-10-30 15:06:37 +0000
committerThe Bundler Bot <bot@bundler.io>2017-10-30 15:06:37 +0000
commit1d0afcaa0f2a986d71b7951f542bf87568530be1 (patch)
tree957f2e623e4df2cb0ec5e1c55c6f6bfefbb51f90
parentccc5d6130c68c6989a2553f454d2d5d67caff025 (diff)
parent483070d2d229d8a61865029cd96dc79650c41005 (diff)
downloadbundler-1d0afcaa0f2a986d71b7951f542bf87568530be1.tar.gz
Auto merge of #6135 - greysteil:fix-typo, r=segiddins
Fix typo in spec name As pointed out by @isc.
-rw-r--r--spec/resolver/basic_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/resolver/basic_spec.rb b/spec/resolver/basic_spec.rb
index d5658824ba..568958ae00 100644
--- a/spec/resolver/basic_spec.rb
+++ b/spec/resolver/basic_spec.rb
@@ -35,7 +35,7 @@ RSpec.describe "Resolving" do
should_resolve_as %w[berkshelf-2.0.7 chef-10.26 chef_app-1.0.0 json-1.7.7]
end
- it "prefers expicitly requested dependencies when resolving an index which would otherwise be ambiguous" do
+ it "prefers explicitly requested dependencies when resolving an index which would otherwise be ambiguous" do
@index = an_ambiguous_index
dep "a"
dep "b"