gimme backtraces, travis
This commit is contained in:
parent
71b58fa6fc
commit
d0184ff6f3
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ begin
|
|||
end
|
||||
|
||||
desc "Run all specs in spec directory"
|
||||
RSpec::Core::RakeTask.new(:spec => spec_prereq)
|
||||
RSpec::Core::RakeTask.new(:spec => spec_prereq) do |t|
|
||||
t.rspec_opts = ['-b']
|
||||
end
|
||||
|
||||
desc "Run all specs that generate fixtures for rspec or jasmine"
|
||||
RSpec::Core::RakeTask.new(:generate_fixtures => spec_prereq) do |t|
|
||||
|
|
|
|||
Loading…
Reference in a new issue