summaryrefslogtreecommitdiff
path: root/spec/realworld
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-05 22:52:30 -0800
committerAndre Arko <andre@arko.net>2014-11-05 22:52:30 -0800
commit2f4bf0680cc6ca0e37a399a9a9870eab43fdd5a5 (patch)
treebf0aa72cf3447a5ea73d92d7373637bbde52df9e /spec/realworld
parent4652ad659d385b128014abc66ee31c89a0463ef6 (diff)
downloadbundler-2f4bf0680cc6ca0e37a399a9a9870eab43fdd5a5.tar.gz
expect activesupport with any tiny version
Diffstat (limited to 'spec/realworld')
-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 07f12fb77d..b0abdc507f 100644
--- a/spec/realworld/parallel_spec.rb
+++ b/spec/realworld/parallel_spec.rb
@@ -58,7 +58,7 @@ describe "parallel", :realworld => true do
expect(out).to match(/[1-3]: /)
bundle "show activesupport"
- expect(out).to match(/activesupport-3\.2\.1[3-9]/)
+ expect(out).to match(/activesupport-3\.2\.\d+/)
bundle "show faker"
expect(out).to match(/faker/)