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