aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/show_spec.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-26 21:54:34 -0700
committerwycats <wycats@gmail.com>2010-07-26 21:55:45 -0700
commit870ad85705393be8d76e4caf0ec111608e2472fd (patch)
tree37564af0111d00c8caec340257ac05bf4503c204 /spec/other/show_spec.rb
parent35d94f004c0f68553412414d73f3653b2c883309 (diff)
downloadbundler-870ad85705393be8d76e4caf0ec111608e2472fd.tar.gz
Get Bundler tests running on RSpec 2
Diffstat (limited to 'spec/other/show_spec.rb')
-rw-r--r--spec/other/show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/show_spec.rb b/spec/other/show_spec.rb
index 352b607f..4655d4fc 100644
--- a/spec/other/show_spec.rb
+++ b/spec/other/show_spec.rb
@@ -31,7 +31,7 @@ describe "bundle show" do
it "prints the path to the running bundler" do
bundle "show bundler"
- out.should == File.expand_path('../../../../../', __FILE__)
+ out.should == File.expand_path('../../../', __FILE__)
end
it "complains if gem not in bundle" do