Module: Shindo
- Defined in:
- lib/shindo.rb,
lib/shindo/rake.rb,
lib/shindo/verbose.rb,
lib/shindo/taciturn.rb
Defined Under Namespace
Classes: Pending, Rake, Tests
Constant Summary
collapse
- VERSION =
'0.3.11'
Class Method Summary
collapse
Class Method Details
.tests(description = nil, tags = [], &block) ⇒ Object
11
12
13
14
|
# File 'lib/shindo.rb', line 11
def self.tests(description = nil, tags = [], &block)
STDOUT.sync = true
Shindo::Tests.new(description, tags, &block)
end
|