aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-11-09 21:06:26 -0500
committerTerence Lee <hone02@gmail.com>2013-11-09 21:06:26 -0500
commitfa03c5b2b1fb3a2d2c5c9c46d63a75a04f882287 (patch)
treee070f5bb707f7b0e401bf68a3c4dd00de75a8157 /spec/other
parenta1cd1cef875ae197e0ec3251090b58db2e8ada64 (diff)
parent07e16bd5fb0380a19bf8559427c92b3973fe8e5b (diff)
downloadbundler-fa03c5b2b1fb3a2d2c5c9c46d63a75a04f882287.tar.gz
Merge branch 'master' into 1-5-stable
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