Module: RSpec::Specify::World
- Defined in:
- lib/specify/rspec/world.rb
Instance Method Summary collapse
-
#shared_example_steps ⇒ Object
RSpec’s world is an internal container for global non-configuration data.
Instance Method Details
#shared_example_steps ⇒ Object
RSpec’s world is an internal container for global non-configuration data.
8 9 10 |
# File 'lib/specify/rspec/world.rb', line 8 def shared_example_steps @shared_example_steps ||= {} end |