summaryrefslogtreecommitdiff
path: root/spec/install/gems/packed_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/packed_spec.rb')
-rw-r--r--spec/install/gems/packed_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/packed_spec.rb b/spec/install/gems/packed_spec.rb
index 592221226f..09dba2869d 100644
--- a/spec/install/gems/packed_spec.rb
+++ b/spec/install/gems/packed_spec.rb
@@ -65,7 +65,7 @@ describe "bundle install with gem sources" do
gem "platform_specific"
G
run "require 'platform_specific' ; puts PLATFORM_SPECIFIC"
- out.should == "1.0.0 RUBY"
+ out.should match /1.0.0 RUBY/
end
end