Method: RSpec::Core::Notifications::ProfileNotification#number_of_examples

Defined in:
lib/rspec/core/notifications.rb,
lib/rspec/core/notifications.rb

#number_of_examplesFixnum

the number of examples to profile

Returns:

  • (Fixnum)

    the current value of number_of_examples



431
432
433
# File 'lib/rspec/core/notifications.rb', line 431

def number_of_examples
  @number_of_examples
end