Class: ActionDispatch::SystemTesting::Server

Inherits:
Object
  • Object
show all
Defined in:
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.



9
10
11
# File 'lib/action_dispatch/system_testing/server.rb', line 9

def silence_puma
  @silence_puma
end

Instance Method Details

#runObject



14
15
16
# File 'lib/action_dispatch/system_testing/server.rb', line 14

def run
  setup
end