Module: Rocha

Defined in:
lib/rocha/reporter.rb,
lib/rocha.rb,
lib/rocha/version.rb,
lib/rocha/formatter.rb,
lib/rocha/formatters/rspec.rb,
lib/rocha/reporter/example.rb,
lib/rocha/reporter/metadata.rb,
lib/rocha/formatters/nyan_cat.rb,
lib/rocha/reporter/example_group.rb

Overview

The ExampleGroup class mimics the public interface of RSpec::Core::ExampleGroup.

Defined Under Namespace

Modules: Formatters Classes: Formatter, Reporter

Constant Summary collapse

VERSION =
"0.3.2"

Class Method Summary collapse

Class Method Details

.verboseObject



8
9
10
# File 'lib/rocha.rb', line 8

def self.verbose
  @verbose
end

.verbose=(flag) ⇒ Object



12
13
14
# File 'lib/rocha.rb', line 12

def self.verbose=(flag)
  @verbose = flag
end