Class: TestSquadController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/test_squad_controller.rb

Instance Method Summary collapse

Instance Method Details

#testsObject



2
3
4
5
# File 'app/controllers/test_squad_controller.rb', line 2

def tests
  load Rails.root.join(TestSquad.test_directory, "test_squad.rb").to_s
  render TestSquad.configuration.framework
end