summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-29 10:43:26 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-29 10:43:26 +0200
commita0d99ccf4d2120dff26b2625a4bc1f5eca350f2b (patch)
tree1739cc22344450bcd9bafc298b709cf538f6c047 /Rakefile
first commit
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..debc11c
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,8 @@
+require 'rake/testtask'
+
+Rake::TestTask.new do |t|
+ t.libs << 'test'
+end
+
+desc "Run tests"
+task :default => :test