aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
diff options
context:
space:
mode:
authorMyron Marston <myron.marston@gmail.com>2013-11-10 08:14:57 -0800
committerMyron Marston <myron.marston@gmail.com>2013-11-10 08:14:57 -0800
commit772d10d94a3c3da531be692d87fce05a4a4821cb (patch)
treedee94133aee48fc4915b40252fbc83e907fc5968 /spec/other
parent7c8c3c6df7cd296844abb2766f42a1d17e61db65 (diff)
downloadbundler-772d10d94a3c3da531be692d87fce05a4a4821cb.tar.gz
Revert "Revert "Update to rspec 2.99""
This reverts commit 1d8debe29d2352c57d80afafd4fec066b1a6b8ef.
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/ext_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/ext_spec.rb b/spec/other/ext_spec.rb
index 8ef5927c..14c432be 100644
--- a/spec/other/ext_spec.rb
+++ b/spec/other/ext_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
describe "Gem::Specification#match_platform" do
it "does not match platforms other than the gem platform" do
darwin = gem "lol", "1.0", "platform_specific-1.0-x86-darwin-10"
- expect(darwin.match_platform(pl('java'))).to be_false
+ expect(darwin.match_platform(pl('java'))).to be false
end
end