Skip to content
Snippets Groups Projects
Commit d0184ff6 authored by Maxwell Salzberg's avatar Maxwell Salzberg
Browse files

gimme backtraces, travis

parent 71b58fa6
No related branches found
No related tags found
No related merge requests found
......@@ -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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment