summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 12:42:33 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-27 12:56:10 +0200
commit7ca436404ca129d7c57cf2427f66a7ae0f7b90e5 (patch)
treea31bfe59ce7c1ccc7a5a033d93e843cffc97e91e
parent0138db17453ab599a00eda9e73b4cc9ea9768d33 (diff)
downloadbundler-downgrade_version_mismatches_to_warnings.tar.gz
Slight rewording for consistency with other specsdowngrade_version_mismatches_to_warnings
-rw-r--r--spec/lock/lockfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb
index b2f3336871..c2d44e5cf1 100644
--- a/spec/lock/lockfile_spec.rb
+++ b/spec/lock/lockfile_spec.rb
@@ -154,7 +154,7 @@ RSpec.describe "the lockfile format" do
G
end
- it "outputs a warning if the current is older than lockfile's bundler version" do
+ it "warns if the current is older than lockfile's bundler version" do
current_version = Bundler::VERSION
newer_minor = bump_minor(current_version)