Class: Custom::BadFormatter

Inherits:
Spec::Runner::Formatter::BaseTextFormatter show all
Defined in:
lib/gems/rspec-1.1.11/spec/spec/spec_classes.rb

Instance Attribute Summary collapse

Attributes inherited from Spec::Runner::Formatter::BaseTextFormatter

#output, #pending_examples

Attributes inherited from Spec::Runner::Formatter::BaseFormatter

#example_group, #options

Instance Method Summary collapse

Methods inherited from Spec::Runner::Formatter::BaseTextFormatter

#close, #colourise, #dump_failure, #dump_pending, #dump_summary, #example_pending, #format_backtrace

Methods inherited from Spec::Runner::Formatter::BaseFormatter

#add_example_group, #close, #dump_failure, #dump_pending, #dump_summary, #example_failed, #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/gems/rspec-1.1.11/spec/spec/spec_classes.rb', line 115

def initialize(options, where)
  bad_method
end

Instance Attribute Details

#whereObject (readonly)

Returns the value of attribute where.



113
114
115
# File 'lib/gems/rspec-1.1.11/spec/spec/spec_classes.rb', line 113

def where
  @where
end