Skip to content

Commit

Permalink
Fix behavior of NotFoundException
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Jan 7, 2020
1 parent 988f90f commit 6310d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fluentular_spec.rb
Expand Up @@ -101,6 +101,6 @@
before { get '/NOT_EXISTS_PAGE' }

it { is_expected.to be_not_found }
it { is_expected.to match '<h1>Not Found</h1>' }
it { is_expected.to match 'GET /NOT_EXISTS_PAGE' }
end
end

0 comments on commit 6310d75

Please sign in to comment.