summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Terceiro <terceiro@debian.org>2013-08-13 01:06:23 +0200
committerAntonio Terceiro <terceiro@softwarelivre.org>2013-08-13 01:51:52 +0200
commit628fa41bc50dea1e5294460c3e0e641012353a45 (patch)
tree725e2077b83781737abf683819ee8b006e11449c
parent605851afe061b85a33a5bc8199f36cde8ccab608 (diff)
downloadfeed2imap-628fa41bc50dea1e5294460c3e0e641012353a45.tar.gz
feed2imap-628fa41bc50dea1e5294460c3e0e641012353a45.tar.bz2
feed2imap-628fa41bc50dea1e5294460c3e0e641012353a45.zip
Run tests as default rake test
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f85f7f9..0ebc5c8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ require 'rake/packagetask'
require 'rake'
require 'find'
-task :default => [:package]
+task :default => [:test]
PKG_NAME = 'feed2imap'
PKG_VERSION = '1.0'