Sha256: e07fb5000f1b5a0a7ad8b3a19ea1690d1f5ac2b98d9e64b49fbc456bc1276441

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

FixtureApp::Controller.define_routes do
  def authentication_error_page; end
  get path(:authentication_error_page, "/authentication/error-page") do
    raise "An Error"
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
bang-bang-0.2.0 spec/fixture-app/services/authentication/app/controllers/authentication.rb
bang-bang-0.1.6 spec/fixture-app/services/authentication/app/controllers/authentication.rb
true-web-0.1.5 spec/fixture-app/services/authentication/app/controllers/authentication.rb
true-web-0.1.4 spec/fixture-app/services/authentication/app/controllers/authentication.rb