module RSpec

def self.world

Other tags:
    Private: -
def self.world
  @world ||= RSpec::Core::World.new
end