From 7ca436404ca129d7c57cf2427f66a7ae0f7b90e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 12 Apr 2019 12:42:33 +0200 Subject: [PATCH] Slight rewording for consistency with other specs --- spec/lock/lockfile_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb index b2f3336871f..c2d44e5cf1d 100644 --- a/spec/lock/lockfile_spec.rb +++ b/spec/lock/lockfile_spec.rb @@ -154,7 +154,7 @@ 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)