Sha256: 73eb4a802120080e83051f53206c0f103609071beedb2277e80e6ce11124a006

Contents?: true

Size: 272 Bytes

Versions: 143

Compression:

Stored size: 272 Bytes

Contents

Rails.application.routes.draw do
  get "dummy/show"
  get "dummy_view/show", to: "dummy_view#show"
  get "dummy_view/show_haml", to: "dummy_view#show_haml"
  get "dummy_view/show_slim", to: "dummy_view#show_slim"
  mount Coverband::Reporters::Web.new, at: "/coverage"
end

Version data entries

143 entries across 40 versions & 1 rubygems

Version Path
coverband-6.1.4 test/rails4_dummy/config/routes.rb
coverband-6.1.4 test/rails7_dummy/config/routes.rb
coverband-6.1.4 test/rails5_dummy/config/routes.rb
coverband-6.1.4 test/rails6_dummy/config/routes.rb
coverband-6.1.3 test/rails6_dummy/config/routes.rb
coverband-6.1.3 test/rails5_dummy/config/routes.rb
coverband-6.1.3 test/rails7_dummy/config/routes.rb
coverband-6.1.3 test/rails4_dummy/config/routes.rb
coverband-6.1.2 test/rails6_dummy/config/routes.rb
coverband-6.1.2 test/rails4_dummy/config/routes.rb
coverband-6.1.2 test/rails5_dummy/config/routes.rb
coverband-6.1.2 test/rails7_dummy/config/routes.rb
coverband-6.1.2.rc.1 test/rails6_dummy/config/routes.rb
coverband-6.1.2.rc.1 test/rails4_dummy/config/routes.rb
coverband-6.1.2.rc.1 test/rails5_dummy/config/routes.rb
coverband-6.1.2.rc.1 test/rails7_dummy/config/routes.rb
coverband-6.1.1 test/rails5_dummy/config/routes.rb
coverband-6.1.1 test/rails6_dummy/config/routes.rb
coverband-6.1.1 test/rails4_dummy/config/routes.rb
coverband-6.1.1 test/rails7_dummy/config/routes.rb