summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-27 16:21:41 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-27 16:21:41 +0200
commitfea7fbd655805a039a8291ac588fb76982cb06f6 (patch)
tree27f715e204ea9f0100b19a1971ef07750c4c2738
parente719a58b26e2f85c885a950d90c8d4a0f7339c0f (diff)
downloadbundler-fea7fbd655805a039a8291ac588fb76982cb06f6.tar.gz
Improve one spec description
-rw-r--r--spec/commands/outdated_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/outdated_spec.rb b/spec/commands/outdated_spec.rb
index 855f64056a..a515c6a081 100644
--- a/spec/commands/outdated_spec.rb
+++ b/spec/commands/outdated_spec.rb
@@ -104,7 +104,7 @@ RSpec.describe "bundle outdated" do
expect(gem_list.size).to eq gems_list_size
end
- it "not outdated gems" do
+ it "works when the bundle is up to date" do
bundle "outdated --group"
expect(out).to include("Bundle up to date!")
end