module RSpec

def self.clear_examples

same process.
current configuration when they use the runner multiple times within the
Users must invoke this if they want to clear all examples but preserve

process and ensures user configuration is persisted.
Used to ensure examples get reloaded between multiple runs in the same
def self.clear_examples
  world.reset
  configuration.reporter.reset
  configuration.start_time = ::RSpec::Core::Time.now
  configuration.reset_filters
end