Class: TestsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- TestsController
- Defined in:
- lib/integration_tests_rails/capybara/tests_controller.rb
Overview
This provides a minimal page that loads your JavaScript
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'lib/integration_tests_rails/capybara/tests_controller.rb', line 5 def index render inline: IntegrationTestsRails.configuration.tests_page_html end |