summaryrefslogtreecommitdiff
path: root/spec/other/clean_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/other/clean_spec.rb')
-rw-r--r--spec/other/clean_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/other/clean_spec.rb b/spec/other/clean_spec.rb
index 89f17ad525..aa72ab8ef6 100644
--- a/spec/other/clean_spec.rb
+++ b/spec/other/clean_spec.rb
@@ -465,8 +465,8 @@ describe "bundle clean" do
sys_status "foo"
- exitstatus.should == 0
- out.should == "1.0"
+ exitstatus.should eq(0)
+ out.should eq("1.0")
end
it "doesn't blow up on path gems without a .gempsec" do