diff options
| author | Azul <azul@leap.se> | 2012-08-21 11:08:45 +0200 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2012-08-21 11:08:45 +0200 | 
| commit | 7fa954ac35af12c318fb96a542d508c802e34f03 (patch) | |
| tree | 5569af324a46c52b6dd8fe24fca6cceebbd746b7 | |
| parent | 10cda82262f9f9c70c05077f9917646430cc9eb9 (diff) | |
adding minimal Rakefile so travis runs our tests
| -rw-r--r-- | Rakefile | 6 | 
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 | 
