fnando/test_squad

View on GitHub
app/controllers/test_squad_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TestSquadController < ActionController::Base
  def tests
    load Rails.root.join(TestSquad.test_directory, "test_squad.rb").to_s
    render TestSquad.configuration.framework
  end
end