summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-10 20:50:46 -0700
committerAndre Arko <andre@arko.net>2015-05-11 13:08:46 -0700
commit475bb73db2d843bf1d5a8d8e9331b25722429dcf (patch)
tree68759050bd260367a3c014470be09068f06764a5
parent6dacb9a136573cc0df586fa088e60094ee5ed8c0 (diff)
downloadbundler-475bb73db2d843bf1d5a8d8e9331b25722429dcf.tar.gz
run parallel specs on 1.8 or higher, eg all rubies
-rw-r--r--spec/realworld/parallel_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/realworld/parallel_spec.rb b/spec/realworld/parallel_spec.rb
index 409c146d9b..cd9c77acb4 100644
--- a/spec/realworld/parallel_spec.rb
+++ b/spec/realworld/parallel_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
describe "parallel", :realworld => true do
- it "installs", :ruby => "1.8" do
+ it "installs" do
gemfile <<-G
source "https://rubygems.org"
gem 'activesupport', '~> 3.2.13'