Skip to content

Commit

Permalink
run bundle update if we need to
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Feb 20, 2012
1 parent fa30c5b commit 9b6975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/app_test.rb
Expand Up @@ -94,7 +94,7 @@ def start_server
end

before do
run_without_bundle_exec "bundle --quiet"
run_without_bundle_exec "bundle check >/dev/null || bundle update >/dev/null"
end

let(:s) { Capybara::Session.new(:poltergeist, nil) }
Expand Down

0 comments on commit 9b6975b

Please sign in to comment.