full backtrace

This commit is contained in:
Jari Bakken 2014-10-22 18:00:21 +02:00
parent 5cd4db3fa6
commit 3d301ad36e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rspec_opts = '--backtrace'
end
RSpec::Core::RakeTask.new(:rcov) do |spec|