summaryrefslogtreecommitdiff
path: root/spec/install/path_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-16 11:21:44 -0700
committerAndre Arko <andre@arko.net>2010-10-16 14:07:34 -0700
commit1116520a6d9252607642833dba9ebafbaab68adb (patch)
tree2cfec3b0ca77a3f5ff92c7d1ade186219e9e47db /spec/install/path_spec.rb
parenta17b9cd31886808f67e6b65ce2edf49b59c1208e (diff)
downloadbundler-1116520a6d9252607642833dba9ebafbaab68adb.tar.gz
consistency requires exitstatus over exit_status
Diffstat (limited to 'spec/install/path_spec.rb')
-rw-r--r--spec/install/path_spec.rb4
1 files changed, 2 insertions, 2 deletions
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