summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-12-13 15:00:36 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2016-12-13 15:00:36 -0800
commitd6f13f287808676a55d34b68d70beb5b65615d64 (patch)
treec730fdcc89b80697d2d1c59b68d67bd9ee7170b4 /Rakefile
parentb4d3cda8f740ad6aa3f69ce8a781cdc2a625af0f (diff)
downloadpsych-d6f13f287808676a55d34b68d70beb5b65615d64.tar.gz
Run with verbose and warnings
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e110e6b..ae97063 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,8 @@ Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
t.test_files = FileList['test/**/test_*.rb']
+ t.verbose = true
+ t.warning = true
end
if RUBY_PLATFORM =~ /java/