summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshekharrajak <shekharstudy@ymail.com>2017-03-30 09:22:00 +0530
committershekharrajak <shekharstudy@ymail.com>2017-03-30 09:22:00 +0530
commit1f466c04a6d3ea54abfafc4d5fde0a17717ade55 (patch)
tree86f8eb941504c0c7000c3018f388359e4097451a
parentcfe4eccfc33a8f6372a7197ffae95c15e023df95 (diff)
downloadbundler-1f466c04a6d3ea54abfafc4d5fde0a17717ade55.tar.gz
minor change: typo fixed
-rw-r--r--spec/commands/inject_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/inject_spec.rb b/spec/commands/inject_spec.rb
index fb7b68e31d..f39818b04e 100644
--- a/spec/commands/inject_spec.rb
+++ b/spec/commands/inject_spec.rb
@@ -69,7 +69,7 @@ Usage: "bundle inject GEM VERSION"
expect(gemfile).to include str
end
- it "add gem with multiple group in gemfile" do
+ it "add gem with multiple groups in gemfile" do
bundle "inject 'rack-obama' '>0' --group=development,test"
gemfile = bundled_app("Gemfile").read
str = "gem 'rack-obama', '> 0', :group => [:development, :test]"