From 1116520a6d9252607642833dba9ebafbaab68adb Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 16 Oct 2010 11:21:44 -0700 Subject: consistency requires exitstatus over exit_status --- spec/install/path_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/install/path_spec.rb') diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb index 54fe87032d..98ac3396e1 100644 --- a/spec/install/path_spec.rb +++ b/spec/install/path_spec.rb @@ -122,7 +122,7 @@ describe "bundle install with explicit source paths" do s.write "bar.gemspec" end - install_gemfile <<-G, :exit_status => true + install_gemfile <<-G, :exitstatus => true gemspec :path => "#{lib_path("foo")}" G @@ -135,7 +135,7 @@ describe "bundle install with explicit source paths" do s.write "bar.gemspec" end - install_gemfile <<-G, :exit_status => true + install_gemfile <<-G, :exitstatus => true gemspec :path => "#{lib_path("foo")}", :name => "foo" G -- cgit v1.2.1