Class: E2eTestsConnector::ConnectorController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- E2eTestsConnector::ConnectorController
- Defined in:
- app/controllers/e2e_tests_connector/connector_controller.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'app/controllers/e2e_tests_connector/connector_controller.rb', line 9 def call case params[:kind] when 'reset_db' run_reset_db when 'factory' run_factory when 'init_custom_mocks' init_custom_mocks else run_command end end |