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.
7 8 9 |
# File 'lib/action_dispatch/system_testing/server.rb', line 7 def silence_puma @silence_puma end |
Instance Method Details
#run ⇒ Object
12 13 14 |
# File 'lib/action_dispatch/system_testing/server.rb', line 12 def run setup end |