summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@surfeasy.com>2013-01-20 21:53:32 -0500
committerAustin Ziegler <austin@surfeasy.com>2013-01-20 21:53:32 -0500
commit783bc238f52b74a5cc0fb2af93e6454da134ad06 (patch)
tree60a5601da2868ac87a3d6e148d06205dd3f52d56 /Rakefile
parent42eef5d7050e1daf258533a4adcb0ceedea68b28 (diff)
downloaddiff-lcs-783bc238f52b74a5cc0fb2af93e6454da134ad06.tar.gz
Fixing travis test failures.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bae8b24..c94f5c7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,4 +22,8 @@ Hoe.spec 'diff-lcs' do
self.extra_dev_deps << ['rake', '~> 10.0']
end
+unless Rake::Task.task_defined? :test
+ task :test => :spec
+end
+
# vim: syntax=ruby