Module: RSpec::RemoteFixtures::World
- Defined in:
- lib/rspec/remote_fixtures.rb
Overview
RSpec uses this for global data that’s not configuration
Instance Method Summary collapse
Instance Method Details
#ordered_example_groups ⇒ Object
102 103 104 105 |
# File 'lib/rspec/remote_fixtures.rb', line 102 def ordered_example_groups RSpec::RemoteFixtures.setup_examples! super end |