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