Skip to content

Commit

Permalink
Fix: random integration test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Mar 3, 2016
1 parent 394bf1c commit 41e67db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration_helper.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ require "./support/factories"
require "./support/cli"

class Minitest::Test
def setup
def before_setup
super

unless @@created_repositories
run "rm -rf #{tmp_path}/*"
setup_repositories
Expand Down

0 comments on commit 41e67db

Please sign in to comment.