summaryrefslogtreecommitdiff
path: root/spec/other
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-04-22 23:45:32 -0500
committerTerence Lee <hone02@gmail.com>2012-05-03 16:26:05 -0700
commit9679f7d5bf756529f0974b6cc984e23112ca25bf (patch)
tree8ebb9b771034f52d5715a343006f33b2a144a770 /spec/other
parentfc05de7b0fb208197bf3e0f3432adc310814016d (diff)
downloadbundler-9679f7d5bf756529f0974b6cc984e23112ca25bf.tar.gz
don't print engine information for MRI
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/ruby_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/other/ruby_spec.rb b/spec/other/ruby_spec.rb
index 311ff4cf90..bb80024335 100644
--- a/spec/other/ruby_spec.rb
+++ b/spec/other/ruby_spec.rb
@@ -11,7 +11,7 @@ describe "bundle platform" do
bundle "platform"
- out.should eq("ruby 1.9.3 (ruby 1.9.3)")
+ out.should eq("ruby 1.9.3")
end
it "engine defaults to MRI" do
@@ -24,7 +24,7 @@ describe "bundle platform" do
bundle "platform"
- out.should eq("ruby 1.9.3 (ruby 1.9.3)")
+ out.should eq("ruby 1.9.3")
end
it "handles jruby" do