Show test contexts and names

This commit is contained in:
Scott Schneider 2015-07-06 15:40:02 -07:00
parent d1a9dd67cd
commit 534cc91b0f

View file

@ -2,7 +2,7 @@ require 'rspec/core/rake_task'
desc 'Run rspec tests with coloring.'
RSpec::Core::RakeTask.new(:test) do |t|
t.rspec_opts = %w[--color]
t.rspec_opts = %w[--color --format documentation]
t.pattern = 'spec/'
end