From 605851afe061b85a33a5bc8199f36cde8ccab608 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 13 Aug 2013 01:05:16 +0200 Subject: Temporaily disable test that depends on network --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8870942..f85f7f9 100644 --- a/Rakefile +++ b/Rakefile @@ -19,7 +19,7 @@ end Rake::TestTask.new do |t| t.libs << "libs/feed2imap" t.libs << "test" - t.test_files = FileList['test/tc_*.rb'] + t.test_files = FileList['test/tc_*.rb'] - ['test/tc_httpfetcher.rb'] end RDoc::Task.new do |rd| -- cgit v1.2.3