Sha256: 6c7afb965de90b106914341020513311c543744c5f52427ca9c09236509ee745

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

class TestSquadController < ActionController::Base
  def tests
    load Rails.root.join(TestSquad.test_directory, 'test_squad.rb').to_s
    render TestSquad.configuration.framework
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
test_squad-0.1.1 app/controllers/test_squad_controller.rb
test_squad-0.1.0 app/controllers/test_squad_controller.rb
test_squad-0.0.1 app/controllers/test_squad_controller.rb