class Shindo::Rake

def initialize

def initialize
  desc "Run tests"
  task :tests do
    system "shindo #{FileList[ 'tests/**/*_tests.rb' ].join(' ')}"
  end
end