Class: Custom::BadFormatter
- Inherits:
-
Spec::Runner::Formatter::BaseTextFormatter
- Object
- Spec::Runner::Formatter::BaseFormatter
- Spec::Runner::Formatter::BaseTextFormatter
- Custom::BadFormatter
- Defined in:
- lib/vendor/plugins/rspec/spec/support/spec_classes.rb
Instance Attribute Summary collapse
-
#where ⇒ Object
readonly
Returns the value of attribute where.
Attributes inherited from Spec::Runner::Formatter::BaseTextFormatter
Instance Method Summary collapse
-
#initialize(options, where) ⇒ BadFormatter
constructor
A new instance of BadFormatter.
Methods inherited from Spec::Runner::Formatter::BaseTextFormatter
#close, #colorize_failure, #colourise, #dump_failure, #dump_pending, #dump_summary, #example_group_started, #example_pending, #format_backtrace
Methods inherited from Spec::Runner::Formatter::BaseFormatter
#add_example_group, #close, #dump_failure, #dump_pending, #dump_summary, #example_failed, #example_group_started, #example_passed, #example_pending, #example_started, #start, #start_dump
Constructor Details
#initialize(options, where) ⇒ BadFormatter
Returns a new instance of BadFormatter.
115 116 117 |
# File 'lib/vendor/plugins/rspec/spec/support/spec_classes.rb', line 115 def initialize(, where) bad_method end |
Instance Attribute Details
#where ⇒ Object (readonly)
Returns the value of attribute where.
113 114 115 |
# File 'lib/vendor/plugins/rspec/spec/support/spec_classes.rb', line 113 def where @where end |