mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Make test run output a bit more clear by collapsing 3 separate runs into just 1
This commit is contained in:
parent
21561bb2f5
commit
eafc13f44a
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