module Shindo
Constants
- VERSION
Public Class Methods
Source
# File lib/shindo.rb, line 11 def self.tests(description = nil, tags = [], &block) STDOUT.sync = true Shindo::Tests.new(description, tags, &block) end
# File lib/shindo.rb, line 11 def self.tests(description = nil, tags = [], &block) STDOUT.sync = true Shindo::Tests.new(description, tags, &block) end