summaryrefslogtreecommitdiff
path: root/spec/install/deploy_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-12 11:49:13 -0700
committerAndre Arko <andre@arko.net>2010-10-12 11:49:13 -0700
commitc95c7e06af16953cebe5182661ceed52fe93dce4 (patch)
tree7f3035e4d0883a6f4410e62df4747ba4382ddb7c /spec/install/deploy_spec.rb
parent5df892e3b6bbe94d3dcc00872739abecee8b3247 (diff)
downloadbundler-c95c7e06af16953cebe5182661ceed52fe93dce4.tar.gz
Er, we should run all the specs
Diffstat (limited to 'spec/install/deploy_spec.rb')
-rw-r--r--spec/install/deploy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb
index 8be2b67506..8889bb96f8 100644
--- a/spec/install/deploy_spec.rb
+++ b/spec/install/deploy_spec.rb
@@ -18,7 +18,7 @@ describe "install with --deployment or --frozen" do
out.should include("The --frozen flag requires a Gemfile.lock")
end
- it "works after you try to deploy without a lock", :focus => true do
+ it "works after you try to deploy without a lock" do
bundle "install --deployment"
bundle :install, :exit_status => true
exitstatus.should == 0