Class: Test::ScideaSchoolsQunitTestsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/test/scidea_schools_qunit_tests_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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