aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-19 15:54:32 -0800
committerAndre Arko <andre@arko.net>2012-11-19 15:54:32 -0800
commit71c1ee634f1722604cc8bb6a3938ea3f299934d7 (patch)
tree9f454dda34ec0cdf32aa079106d14c1bdbea90bc /spec/other
parentefc387cb726f3563244a880401b7b7f0c64fad07 (diff)
downloadbundler-71c1ee634f1722604cc8bb6a3938ea3f299934d7.tar.gz
lock is no longer a command. where'd that come from.
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/exec_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/other/exec_spec.rb b/spec/other/exec_spec.rb
index 34efd5df..b5504249 100644
--- a/spec/other/exec_spec.rb
+++ b/spec/other/exec_spec.rb
@@ -151,7 +151,7 @@ describe "bundle exec" do
G
bundle "exec", :exitstatus => true
- # exitstatus.should eq(128)
+ expect(exitstatus).to eq(128)
expect(out).to include("bundler: exec needs a command to run")
end
@@ -169,7 +169,6 @@ describe "bundle exec" do
end
it "works when locked" do
- bundle "lock"
should_be_locked
bundle "exec 'cd #{tmp('gems')} && rackup'"
expect(out).to eq("1.0.0")
@@ -193,7 +192,6 @@ describe "bundle exec" do
end
it "works when locked" do
- bundle "lock"
should_be_locked
bundle "exec fizz"
@@ -218,7 +216,6 @@ describe "bundle exec" do
end
it "works when locked" do
- bundle "lock"
should_be_locked
bundle "exec fizz_git"
expect(out).to eq("1.0")
@@ -242,7 +239,6 @@ describe "bundle exec" do
end
it "works when locked" do
- bundle "lock"
should_be_locked
bundle "exec fizz_no_gemspec"
expect(out).to eq("1.0")