From 000641ea5795c3886bba6d6deeee3eb00ac51684 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 13 Jan 2015 17:11:24 -0200 Subject: Rakefile: run tests in verbose mode --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e3491cc..d3e335f 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,8 @@ Find.find('bin/', 'lib/', 'test/', 'data/') do |f| end end Rake::TestTask.new do |t| - t.libs << "libs/feed2imap" + t.verbose = true + t.libs << "libs/feed2imap" t.libs << "test" t.test_files = FileList['test/tc_*.rb'] - ['test/tc_httpfetcher.rb'] end -- cgit v1.2.3