class Shindo::Rake
Public Class Methods
Source
# File lib/shindo/rake.rb, line 7 def initialize desc "Run shindo tests" task :tests do system 'shindo' fail if $? != 0 end end
# File lib/shindo/rake.rb, line 7 def initialize desc "Run shindo tests" task :tests do system 'shindo' fail if $? != 0 end end