Adds simple integration with googleauth
[arvados.git] / Rakefile
index ffbd9e64ef76bee8bf45718c69d788cf21ca2baa..01e62ddd6c64ddbdab0440df15af6341ef5153b9 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -37,5 +37,3 @@ task :default => 'spec'
 
 WINDOWS = (RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/) rescue false
 SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])
-
-Dir['tasks/**/*.rake'].each { |rake| load rake }