Module: Purdytest
- Defined in:
- lib/purdytest.rb
Defined Under Namespace
Classes: IO
Constant Summary collapse
- VERSION =
'2.0.0'- CONFIG =
Struct.new(:pass, :fail, :error, :skip) .new(:green, :red, :red, :yellow)
Class Method Summary collapse
-
.configure {|CONFIG| ... } ⇒ Object
Yields the current color configuration.
Class Method Details
.configure {|CONFIG| ... } ⇒ Object
Yields the current color configuration
41 42 43 |
# File 'lib/purdytest.rb', line 41 def self.configure yield CONFIG end |