Method: RSpec::Core::Notifications::SummaryNotification#example_count
- Defined in:
- lib/rspec/core/notifications.rb
permalink #example_count ⇒ Fixnum
Returns the number of examples run.
306 307 308 |
# File 'lib/rspec/core/notifications.rb', line 306 def example_count @example_count ||= examples.size end |