module RSpec

def self.reset

they use runner multiple times within the same process.
Users must invoke this if they want to have the configuration reset when

the same process.
Used to ensure examples get reloaded between multiple runs in
def self.reset
  @world = nil
  @configuration = nil
end