mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Merge pull request #708 from airblade/hide_spec_list
Hide list of specs
This commit is contained in:
commit
9b44da5a70
1 changed files with 4 additions and 1 deletions
5
Rakefile
5
Rakefile
|
@ -19,7 +19,10 @@ end
|
|||
|
||||
require 'rspec/core/rake_task'
|
||||
desc 'Run tests on PaperTrail with RSpec'
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
task(:spec).clear
|
||||
RSpec::Core::RakeTask.new(:spec) do |t|
|
||||
t.verbose = false # hide list of specs bit.ly/1nVq3Jn
|
||||
end
|
||||
|
||||
require 'rubocop/rake_task'
|
||||
RuboCop::RakeTask.new
|
||||
|
|
Loading…
Reference in a new issue