tell travis to run rspec files in a random order
This commit is contained in:
parent
de29fd5e02
commit
f937804bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ begin
|
||||||
|
|
||||||
desc "Run all specs in spec directory"
|
desc "Run all specs in spec directory"
|
||||||
RSpec::Core::RakeTask.new(:spec => spec_prereq) do |t|
|
RSpec::Core::RakeTask.new(:spec => spec_prereq) do |t|
|
||||||
t.rspec_opts = ['-b']
|
t.rspec_opts = ['-b', '--order random']
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Run all specs that generate fixtures for rspec or jasmine"
|
desc "Run all specs that generate fixtures for rspec or jasmine"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue