diff options
author | Antonio Terceiro <terceiro@debian.org> | 2013-08-13 01:05:16 +0200 |
---|---|---|
committer | Antonio Terceiro <terceiro@softwarelivre.org> | 2013-08-13 01:51:52 +0200 |
commit | 605851afe061b85a33a5bc8199f36cde8ccab608 (patch) | |
tree | 0996849d251d36ba0c10474ee90128c2d6d9d712 /Rakefile | |
parent | 893eda640f3344adc08d77b475297a1353691d38 (diff) | |
download | feed2imap-605851afe061b85a33a5bc8199f36cde8ccab608.tar.gz feed2imap-605851afe061b85a33a5bc8199f36cde8ccab608.tar.bz2 feed2imap-605851afe061b85a33a5bc8199f36cde8ccab608.zip |
Temporaily disable test that depends on network
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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| |