diff options
author | zofrex <zofrex@gmail.com> | 2012-11-11 16:58:35 +0000 |
---|---|---|
committer | zofrex <zofrex@gmail.com> | 2012-11-11 16:58:35 +0000 |
commit | 9d5293812e832499dee1b6c2d515028d5aee8e36 (patch) | |
tree | a38987a89c2e73b7749f39af955ba475e53f99ca /spec/lock | |
parent | 23b0ac3d0ec3628ef09972e40707e27f46ff3238 (diff) | |
download | bundler-9d5293812e832499dee1b6c2d515028d5aee8e36.tar.gz |
change to new expect syntax for rspec
Diffstat (limited to 'spec/lock')
-rw-r--r-- | spec/lock/lockfile_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb index 135526ec48..67a41c45b2 100644 --- a/spec/lock/lockfile_spec.rb +++ b/spec/lock/lockfile_spec.rb @@ -830,6 +830,6 @@ describe "the lockfile format" do gem "rack" G - error.should == "Gemfile.lock contains merge conflicts. Please check out a valid Gemfile.lock and try again." + expect(error).to eq "Gemfile.lock contains merge conflicts. Please check out a valid Gemfile.lock and try again." end end |