diff --git a/spec/commands/inject_spec.rb b/spec/commands/inject_spec.rb index fb7b68e31d0..f39818b04ef 100644 --- a/spec/commands/inject_spec.rb +++ b/spec/commands/inject_spec.rb @@ -69,7 +69,7 @@ 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]"