summaryrefslogtreecommitdiff
path: root/spec/runtime/load_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/runtime/load_spec.rb')
-rw-r--r--spec/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index 45e1f6702a..1732bbec98 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/runtime/load_spec.rb
@@ -86,7 +86,7 @@ describe "Bundler.load" do
end
RUBY
- out.split("\n").should == ["1.0.0", "no activesupport"]
+ out.should match /\n1.0.0\nno activesupport\Z/
end
end