summaryrefslogtreecommitdiff
path: root/spec/update/source_spec.rb
diff options
context:
space:
mode:
authorzofrex <zofrex@gmail.com>2012-11-11 16:58:04 +0000
committerzofrex <zofrex@gmail.com>2012-11-11 16:58:04 +0000
commit23b0ac3d0ec3628ef09972e40707e27f46ff3238 (patch)
treec08fdb977e764a2ef0655edf1ae2b5abbeda17f6 /spec/update/source_spec.rb
parent4ab32202aeb6b5c67fe19bc404421119fa2f73ae (diff)
parent15fe70b01b20a508acfd42d1ef7386593a1d23a2 (diff)
downloadbundler-23b0ac3d0ec3628ef09972e40707e27f46ff3238.tar.gz
Merge remote-tracking branch 'upstream/master' into issue-2000
Diffstat (limited to 'spec/update/source_spec.rb')
-rw-r--r--spec/update/source_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/source_spec.rb b/spec/update/source_spec.rb
index 6e4d1b327d..6134c7700c 100644
--- a/spec/update/source_spec.rb
+++ b/spec/update/source_spec.rb
@@ -28,7 +28,7 @@ describe "bundle update" do
puts "WIN" if defined?(FOO_PREV_REF)
RUBY
- out.should == "WIN"
+ expect(out).to eq("WIN")
end
end