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