Method: RSpec::Core::Example#reporter
- Defined in:
- lib/rspec/core/example.rb
#reporter ⇒ RSpec::Core::Reporter (readonly)
Returns the current reporter for the example.
226 227 228 |
# File 'lib/rspec/core/example.rb', line 226 def reporter @reporter end |