mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Fix failing test
This commit is contained in:
parent
4720d7b1e8
commit
bada8638a4
@ -8,7 +8,7 @@ describe 'the API' do
|
||||
let(:app) { Sinatra::Application }
|
||||
|
||||
it 'handles unfound pages' do
|
||||
get '/'
|
||||
get '/foo'
|
||||
last_response.status.must_equal 404
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user