Class: ActionDispatch::SystemTesting::Server
- Inherits:
-
Object
- Object
- ActionDispatch::SystemTesting::Server
- Defined in:
- lib/action_dispatch/system_testing/server.rb
Overview
:nodoc:
Class Attribute Summary collapse
-
.silence_puma ⇒ Object
Returns the value of attribute silence_puma.
Instance Method Summary collapse
Class Attribute Details
.silence_puma ⇒ Object
Returns the value of attribute silence_puma.
9 10 11 |
# File 'lib/action_dispatch/system_testing/server.rb', line 9 def silence_puma @silence_puma end |
Instance Method Details
#run ⇒ Object
14 15 16 |
# File 'lib/action_dispatch/system_testing/server.rb', line 14 def run setup end |