Skip to content

Commit

Permalink
tmp: less verbose, fewer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 12, 2023
1 parent 89b1396 commit fae68b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -8,8 +8,8 @@ ENV['gem_push'] = 'false'

Rake::TestTask.new do |test|
test.pattern = 'test/test_*.rb'
test.verbose = true
test.warning = true
test.verbose = false
test.warning = false
end

task default: ['rubocop', 'test']
Expand Down

0 comments on commit fae68b5

Please sign in to comment.