Method: HttpStub::Server::Memory::InitialState#load_scenarios

Defined in:
lib/http_stub/server/memory/initial_state.rb

#load_scenariosObject



11
12
13
# File 'lib/http_stub/server/memory/initial_state.rb', line 11

def load_scenarios
  @configurator_state.scenario_hashes.map { |hash| HttpStub::Server::Scenario.create(hash) }
end