summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-01-10 16:24:47 -0800
committerAndre Arko <andre@arko.net>2014-01-10 16:28:44 -0800
commit8d9678e1312f84d42ce92f76af0de2fd2f5db316 (patch)
tree74c320801b8d5aeb1ef9b82ee576d71511333a3c
parent749e062846c9d2d84056f35642393c10f79f81cb (diff)
downloadbundler-8d9678e1312f84d42ce92f76af0de2fd2f5db316.tar.gz
actually update in parallel update test
-rw-r--r--spec/realworld/parallel_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/realworld/parallel_spec.rb b/spec/realworld/parallel_spec.rb
index 77d24d7e9e..eb0a274887 100644
--- a/spec/realworld/parallel_spec.rb
+++ b/spec/realworld/parallel_spec.rb
@@ -43,7 +43,7 @@ describe "parallel", :realworld => true do
gemfile <<-G
source "https://rubygems.org"
- gem 'activesupport', '3.2.13'
+ gem 'activesupport', '~> 3.2.12'
gem 'faker', '~> 1.1.2'
G
@@ -51,7 +51,7 @@ describe "parallel", :realworld => true do
expect(out).to match(/[1-3]: /)
bundle "show activesupport"
- expect(out).to match(/activesupport-3\.2\.13/)
+ expect(out).to match(/activesupport-3\.2\.1[3-9]/)
bundle "show faker"
expect(out).to match(/faker/)