From 7fa954ac35af12c318fb96a542d508c802e34f03 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 21 Aug 2012 11:08:45 +0200 Subject: adding minimal Rakefile so travis runs our tests --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Rakefile 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 -- cgit v1.2.3