Class: ActionDispatch::SystemTesting::Server

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

Overview

:nodoc:

Class Attribute Summary collapse

Instance Method Summary collapse

Class Attribute Details

.silence_pumaObject

Returns the value of attribute silence_puma



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

def silence_puma
  @silence_puma
end

Instance Method Details

#runObject



12
13
14
# File 'actionpack/lib/action_dispatch/system_testing/server.rb', line 12

def run
  setup
end