Sha256: 0b13794bdcd5fe91760e9c10ce85817423d13754122f878106df6aefdb09402e

Contents?: true

Size: 175 Bytes

Versions: 9

Compression:

Stored size: 175 Bytes

Contents

Teabag::Engine.routes.draw do
  get "/fixtures/*filename", to: "spec#fixtures"
  get "/:suite", to: "spec#runner", defaults: { suite: "default" }
  root to: "spec#suites"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
teabag-0.7.3 config/routes.rb
teabag-0.7.2 config/routes.rb
teabag-0.7.1 config/routes.rb
teabag-0.7.0 config/routes.rb
teabag-0.6.0 config/routes.rb
teabag-0.5.5 config/routes.rb
teabag-0.5.4 config/routes.rb
teabag-0.5.3 config/routes.rb
teabag-0.5.2 config/routes.rb