Skip to content

Commit

Permalink
Adapt a test to sinatra/sinatra#1645.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldentea committed Jan 7, 2021
1 parent e177651 commit c5448db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/test/test_routing.rb
Expand Up @@ -2122,7 +2122,7 @@ def authorize(username, password)
mock_app { set :environment, :development }
get "/"
assert_equal 404, status
assert_match %r{GET /}, body
assert_match %r{GET /}, body
end

it 'should render a custom NotFound page' do
Expand Down

0 comments on commit c5448db

Please sign in to comment.