module Cucumber::StepMother

def new_world!

Creates a new world instance
def new_world!
  return if options[:dry_run]
  create_world!
  extend_world
  connect_world
  @current_world
end