projects
/
ruby_srp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10cda82
)
adding minimal Rakefile so travis runs our tests
author
Azul
<azul@leap.se>
Tue, 21 Aug 2012 09:08:45 +0000
(11:08 +0200)
committer
Azul
<azul@leap.se>
Tue, 21 Aug 2012 09:08:45 +0000
(11:08 +0200)
Rakefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Rakefile
b/Rakefile
new file mode 100644
(file)
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