summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-05-27 14:45:04 -0700
committerAndre Arko <andre@arko.net>2012-05-27 14:45:18 -0700
commite14d4e36bb256c1d6754b585db8473aee3cce45d (patch)
treed6106d0e26af69fe48652bd3a9d2497217237d19
parent8fc554bcbd7c6b5db7442f6a7801f6ce5bc01911 (diff)
downloadbundler-e14d4e36bb256c1d6754b585db8473aee3cce45d.tar.gz
grammar fix for spec name
-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 a9e4a9d257..8bc1ebb0aa 100644
--- a/spec/install/gems/dependency_api_spec.rb
+++ b/spec/install/gems/dependency_api_spec.rb
@@ -158,7 +158,7 @@ describe "gemcutter's dependency API" do
out.should match(/Too many redirects/)
end
- it "should use the modern index when the --full-index" do
+ it "uses the modern index when --full-index is passed" do
gemfile <<-G
source "#{source_uri}"
gem "rack"