module Shindo
class Shindo::Rake
class Shindo::Tests
shindo
0.1.7
module Shindo class Rake def initialize desc "Run shindo tests" task :tests do system 'shindo' end end end end