summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 47a78910b6f56c3ca1828b7518f3230c7d62d9ed (plain)
1
2
3
4
5
6

task :default => :test

task :test do 
  require File.expand_path(File.dirname(__FILE__) + '/test/auth_test.rb')
end