Class: RSpec::Core::Reporter
- Inherits:
-
Object
- Object
- RSpec::Core::Reporter
- Defined in:
- lib/rspec/by/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#by_ended(message = '') ⇒ Object
15 16 17 |
# File 'lib/rspec/by/core_ext.rb', line 15 def by_ended( = '') notify :by_ended, end |
#by_started(message) ⇒ Object
11 12 13 |
# File 'lib/rspec/by/core_ext.rb', line 11 def by_started() notify :by_started, end |