Flowdock
method

start_application

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: SystemTestCase
start_application() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/system_test_case.rb, line 107
    def self.start_application # :nodoc:
      Capybara.app = Rack::Builder.new do
        map "/" do
          run Rails.application
        end
      end

      SystemTesting::Server.new.run
    end
Register or log in to add new notes.