module Shindo

def self.tests(description = nil, tags = [], &block)

def self.tests(description = nil, tags = [], &block)
  STDOUT.sync = true
  Shindo::Tests.new(description, tags, &block)
end