Skip to content

Commit 8f81e5e

Browse files
committed
Merge pull request #331 from ccutrer/bundle_update
speed up acceptance tests
2 parents 6d120af + 2e8e5a2 commit 8f81e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acceptance/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def run!(command, options = {})
238238

239239
def bundle
240240
run! "(gem list bundler | grep bundler) || gem install bundler", timeout: nil, retry: 2
241-
run! "bundle update --retry=2", timeout: nil
241+
run! "bundle check || bundle update --retry=2", timeout: nil
242242
end
243243

244244
private

0 commit comments

Comments
 (0)