summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan T. Hosford <tad.hosford@gmail.com>2013-06-29 20:41:49 -0500
committerAndre Arko <andre@arko.net>2013-07-03 11:26:58 -0700
commitc47b1a377a911947643fbdb6d7ed4c708936a2fd (patch)
tree3e2c2639a6fa6198a45609b90a3304d1116560ce
parent4fab6abd56c0352fa622da25a5e0ccf78a3d4299 (diff)
downloadbundler-c47b1a377a911947643fbdb6d7ed4c708936a2fd.tar.gz
gemfile -> Gemfile for consistency in spec
-rw-r--r--spec/integration/inject.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/inject.rb b/spec/integration/inject.rb
index f7ffff6083..2737b1a4c7 100644
--- a/spec/integration/inject.rb
+++ b/spec/integration/inject.rb
@@ -21,7 +21,7 @@ describe "bundle inject" do
bundle "install"
end
- it "adds the injected gems to the gemfile" do
+ it "adds the injected gems to the Gemfile" do
expect(bundled_app("Gemfile").read).not_to match(/rack-obama/)
bundle "inject 'rack-obama' '> 0'"
expect(bundled_app("Gemfile").read).to match(/rack-obama/)