Class: TestTrack::TestsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- TestTrack::TestsController
- Defined in:
- app/controllers/test_track/tests_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 |
# File 'app/controllers/test_track/tests_controller.rb', line 4 def index; end |
#jasmine ⇒ Object
5 |
# File 'app/controllers/test_track/tests_controller.rb', line 5 def jasmine; end |
#qunit ⇒ Object
6 |
# File 'app/controllers/test_track/tests_controller.rb', line 6 def qunit; end |