Class: TestsController

Inherits:
ActionController::Base
  • Object
show all
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

#indexObject



5
6
7
# File 'lib/integration_tests_rails/capybara/tests_controller.rb', line 5

def index
  render inline: IntegrationTestsRails.configuration.tests_page_html
end