summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..47a7891
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+
+task :default => :test
+
+task :test do
+ require File.expand_path(File.dirname(__FILE__) + '/test/auth_test.rb')
+end