Method: RSpec::Core::Reporter#message
- Defined in:
- lib/rspec/core/reporter.rb
permalink #message(message) ⇒ void
Send a custom message to supporting formatters.
99 100 101 |
# File 'lib/rspec/core/reporter.rb', line 99 def () notify :message, Notifications::MessageNotification.new() end |