Class: ActionDispatch::SystemTesting::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/action_dispatch/system_testing/server.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#runObject



6
7
8
9
# File 'lib/action_dispatch/system_testing/server.rb', line 6

def run
  register
  setup
end