Fix failing test

This commit is contained in:
hakanensari 2014-07-08 15:38:40 +01:00
parent 4720d7b1e8
commit bada8638a4

View File

@ -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