module Shindo

Constants

VERSION

Public Class Methods

tests(description = nil, tags = [], &block) click to toggle source
# File lib/shindo.rb, line 11
def self.tests(description = nil, tags = [], &block)
  STDOUT.sync = true
  Shindo::Tests.new(description, tags, &block)
end