summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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"