module RSpec::TestSpec::World

Public Instance Methods

shared_example_steps() click to toggle source

RSpec's 'world' is an internal container that is used for holding global non-configuration data.

# File lib/test_spec/rspec/world.rb, line 6
def shared_example_steps
  @shared_example_steps ||= {}
end