summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-13 15:55:18 -0800
committerAndre Arko <andre@arko.net>2013-02-13 15:55:29 -0800
commit9642b32f3f951489cdc17a12cf4c05a09e4e7434 (patch)
tree00e80df7f64ff8ca6ea9491533196be44a5f4ac0
parente99713e47696cdea3089313c7959c6dcddf3d7ac (diff)
downloadbundler-9642b32f3f951489cdc17a12cf4c05a09e4e7434.tar.gz
limit 1.8 tests to 1.8
-rw-r--r--spec/realworld/edgecases_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/realworld/edgecases_spec.rb b/spec/realworld/edgecases_spec.rb
index 9be8e5fdf1..d8a606e178 100644
--- a/spec/realworld/edgecases_spec.rb
+++ b/spec/realworld/edgecases_spec.rb
@@ -11,7 +11,7 @@ describe "real world edgecases", :realworld => true do
end
# https://github.com/carlhuda/bundler/issues/1202
- it "bundle cache works with rubygems 1.3.7 and pre gems" do
+ it "bundle cache works with rubygems 1.3.7 and pre gems", :ruby => "1.8" do
install_gemfile <<-G
source :rubygems
gem "rack", "1.3.0.beta2"
@@ -23,7 +23,7 @@ describe "real world edgecases", :realworld => true do
# https://github.com/carlhuda/bundler/issues/1486
# this is a hash collision that only manifests on 1.8.7
- it "finds the correct child versions" do
+ it "finds the correct child versions", :ruby => "1.8" do
install_gemfile <<-G
source :rubygems