Class: Test::ScideaSchoolsQunitTestsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Test::ScideaSchoolsQunitTestsController
- Defined in:
- app/controllers/test/scidea_schools_qunit_tests_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 9 10 11 |
# File 'app/controllers/test/scidea_schools_qunit_tests_controller.rb', line 6 def index @html_fixtures = html_fixtures @test_js = test_js render File.join(qunit_path, 'test_runner') end |