Libraries
»
dotpretty
(0.9.0)
»
Index (N)
»
Dotpretty
»
Reporters
»
Names
Class: Dotpretty::Reporters::Names
Inherits:
Object
Object
Dotpretty::Reporters::Names
show all
Defined in:
lib/dotpretty/reporters/names.rb
Constant Summary
collapse
BASIC =
"
basic
"
BROWSER =
"
browser
"
JSON =
"
json
"
PROGRESS =
"
progress
"
ALL =
[
BASIC
,
BROWSER
,
JSON
,
PROGRESS
]