Module: RSpec::TestSpec::World
- Defined in:
- lib/test_spec/rspec/world.rb
Instance Method Summary collapse
-
#shared_example_steps ⇒ Object
RSpec’s ‘world’ is an internal container that is used for holding global non-configuration data.
Instance Method Details
#shared_example_steps ⇒ Object
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 |