Method: RSpec::Core::Formatters::BaseTextFormatter#message
- Defined in:
- lib/rspec/core/formatters/base_text_formatter.rb
#message(notification) ⇒ void
Used by the reporter to send messages to the output stream.
21 22 23 |
# File 'lib/rspec/core/formatters/base_text_formatter.rb', line 21 def (notification) output.puts notification. end |