Class: KanoahRSpecFormatter::BaseFormatter
- Inherits:
-
RSpec::Core::Formatters::BaseFormatter
- Object
- RSpec::Core::Formatters::BaseFormatter
- KanoahRSpecFormatter::BaseFormatter
- Defined in:
- lib/kanoah_formatter/base_formatter.rb
Direct Known Subclasses
Constant Summary collapse
- NOTIFICATIONS =
%i[start example_started example_passed example_failed example_pending].freeze
Instance Method Summary collapse
Instance Method Details
#start(notification) ⇒ Object
6 7 8 |
# File 'lib/kanoah_formatter/base_formatter.rb', line 6 def start(notification) @api = Kanoah::Client.new end |