mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #366 from grzuy/clearer_test_output
Make test run output a bit more clear by collapsing runs
This commit is contained in:
commit
48af653531
1 changed files with 3 additions and 2 deletions
5
Rakefile
5
Rakefile
|
|
@ -20,7 +20,8 @@ namespace :test do
|
|||
end
|
||||
end
|
||||
|
||||
desc 'Run tests'
|
||||
task :test => %w[test:units test:integration test:acceptance]
|
||||
Rake::TestTask.new(:test) do |t|
|
||||
t.pattern = "spec/**/*_spec.rb"
|
||||
end
|
||||
|
||||
task :default => [:rubocop, :test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue