Turn on random spec order in jasmine.yml
This commit is contained in:
parent
baeeee8e73
commit
37d440f91e
1 changed files with 1 additions and 2 deletions
|
|
@ -81,5 +81,4 @@ spec_dir: spec/javascripts
|
|||
rack_options:
|
||||
Host: '0.0.0.0'
|
||||
|
||||
# TODO: refactor tests, they shouldn't fail when they are run in a random order!
|
||||
random: false
|
||||
random: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue