Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Turn warnings on for tests. (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 authored Jul 29, 2020
1 parent 32e39bc commit da5ca21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/test_*.rb']
t.verbose = true
t.warning = true
end

YARD::Rake::YardocTask.new

0 comments on commit da5ca21

Please sign in to comment.