Skip to content

Commit

Permalink
Rspec will run tests in random order
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Aug 4, 2013
1 parent 452edc7 commit 62355a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def mf_log(msg); mf_debug(msg); end
# :each ever describe block
# :all ever it block

config.order = 'random'

config.after(:suite) do
cleanup_test_files
end
Expand Down

0 comments on commit 62355a6

Please sign in to comment.