Module: RSpec::TestSpec::World

Defined in:
lib/test_spec/rspec/world.rb

Instance Method Summary collapse

Instance Method Details

#shared_example_stepsObject

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



6
7
8
# File 'lib/test_spec/rspec/world.rb', line 6

def shared_example_steps
  @shared_example_steps ||= {}
end