Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Ensure we have free gears available
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Jun 13, 2014
1 parent 354477e commit d39e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/core_feature.rb
Expand Up @@ -163,7 +163,7 @@
context "with a scalable app" do
before(:each) do
standard_config
has_gears_available(1)
has_gears_available(2) # 1 for the app create, 1 for the scale
@app = has_a_scalable_application
end

Expand Down

0 comments on commit d39e8b4

Please sign in to comment.