summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKeith Shook <keith.shook@ontariosystems.com>2015-01-27 11:28:20 -0500
committerKeith Shook <keith.shook@ontariosystems.com>2015-01-27 11:28:20 -0500
commitf4b8267ae418280074f8c3079b84384438717c23 (patch)
tree2a7f4c23a54abf9d4ba4889441655833f29e168d /spec
parentc90857f835a5664c561f0f1aa86bb5c777d2cb98 (diff)
downloadbundler-f4b8267ae418280074f8c3079b84384438717c23.tar.gz
Fixed typo in a comment
Diffstat (limited to 'spec')
-rw-r--r--spec/install/gems/dependency_api_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/dependency_api_spec.rb b/spec/install/gems/dependency_api_spec.rb
index ca7ea6f2e2..fe68a1c071 100644
--- a/spec/install/gems/dependency_api_spec.rb
+++ b/spec/install/gems/dependency_api_spec.rb
@@ -262,7 +262,7 @@ describe "gemcutter's dependency API" do
it "considers all possible versions of dependencies from all api gem sources" do
# In this scenario, the gem "somegem" only exists in repo4. It depends on specific version of activesupport that
- # exists only in repo1. There happens also be a version of activesupport in repo4, but one that version 1.0.0
+ # exists only in repo1. There happens also be a version of activesupport in repo4, but not the one that version 1.0.0
# of somegem wants. This test makes sure that bundler actually finds version 1.2.3 of active support in the other
# repo and installs it.
build_repo4 do