Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
minor change: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekharrajak committed Mar 30, 2017
1 parent cfe4ecc commit 1f466c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/commands/inject_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 1f466c0

Please sign in to comment.