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)