diff options
author | Antonio Terceiro <terceiro@debian.org> | 2013-08-13 01:06:23 +0200 |
---|---|---|
committer | Antonio Terceiro <terceiro@softwarelivre.org> | 2013-08-13 01:51:52 +0200 |
commit | 628fa41bc50dea1e5294460c3e0e641012353a45 (patch) | |
tree | 725e2077b83781737abf683819ee8b006e11449c /Rakefile | |
parent | 605851afe061b85a33a5bc8199f36cde8ccab608 (diff) | |
download | feed2imap-628fa41bc50dea1e5294460c3e0e641012353a45.tar.gz feed2imap-628fa41bc50dea1e5294460c3e0e641012353a45.tar.bz2 feed2imap-628fa41bc50dea1e5294460c3e0e641012353a45.zip |
Run tests as default rake test
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ require 'rake/packagetask' require 'rake' require 'find' -task :default => [:package] +task :default => [:test] PKG_NAME = 'feed2imap' PKG_VERSION = '1.0' |