Class: RSpec::Core::Reporter

Inherits:
Object
  • Object
show all
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(message = '')
  notify :by_ended, message
end

#by_started(message) ⇒ Object



11
12
13
# File 'lib/rspec/by/core_ext.rb', line 11

def by_started(message)
  notify :by_started, message
end