summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-04 16:15:20 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-04 16:15:20 +0100
commit9407e4f481bc2a7c5d1daa3c42a0123c5fb5fbbf (patch)
treeb7321864139d0a7f13eade72d44cc10e45838f10 /Rakefile
parent6762fc56b83fd91e8270a01b689bbf6e0eceb984 (diff)
add unit tests
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ead64f1..9a49df7 100755
--- a/Rakefile
+++ b/Rakefile
@@ -37,6 +37,11 @@ task :install_gems do
end
end
+desc "Perform unit tests"
+task :test do
+ require 'test/unit_test.rb'
+end
+
=begin
desc "Installs gems and inits db migration"