summaryrefslogtreecommitdiff
path: root/spec/runtime/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/runtime/platform_spec.rb')
-rw-r--r--spec/runtime/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/platform_spec.rb b/spec/runtime/platform_spec.rb
index dc6c796517..1f9e2ec7c6 100644
--- a/spec/runtime/platform_spec.rb
+++ b/spec/runtime/platform_spec.rb
@@ -29,7 +29,7 @@ describe "Bundler.setup with multi platform stuff" do
end
R
- out.should == "WIN"
+ expect(out).to eq("WIN")
end
it "will resolve correctly on the current platform when the lockfile was targetted for a different one" do