diff options
Diffstat (limited to 'spec/commands/update_spec.rb')
-rw-r--r-- | spec/commands/update_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/update_spec.rb b/spec/commands/update_spec.rb index 4992e428da..41a2b38077 100644 --- a/spec/commands/update_spec.rb +++ b/spec/commands/update_spec.rb @@ -118,7 +118,7 @@ RSpec.describe "bundle update" do end describe "with --group option" do - it "should update only specifed group gems" do + it "should update only specified group gems" do install_gemfile <<-G source "file://#{gem_repo2}" gem "activesupport", :group => :development |