module Shindo
class Shindo::Rake
class Shindo::Tests
shindo
0.0.8
def initialize desc "Run tests" task :tests do ruby FileList[ 'tests/**/*_tests.rb' ].join(' ') end end