Sha256: 784535da3600e4ff6b3b541cea4de9136037cc9e049683079aebca4818fad4ab

Contents?: true

Size: 246 Bytes

Versions: 9

Compression:

Stored size: 246 Bytes

Contents

Teabag::Engine.routes.draw do
  match "/fixtures/*filename", to: "spec#fixtures"
  match "/(:suite)", :to => "spec#index", defaults: { suite: nil }
end

Rails.application.routes.draw do
  mount Teabag::Engine => Teabag.configuration.mount_at
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
teabag-0.4.1 config/routes.rb
teabag-0.4.0 config/routes.rb
teabag-0.3.6 config/routes.rb
teabag-0.3.5 config/routes.rb
teabag-0.3.4 config/routes.rb
teabag-0.3.3 config/routes.rb
teabag-0.3.2 config/routes.rb
teabag-0.3.1 config/routes.rb
teabag-0.3.0 config/routes.rb