Return proper status code from slow iframe app

This commit is contained in:
Matthew Horan 2012-12-11 23:48:30 -05:00
parent 8e80fe635a
commit 1cc1428ee4
1 changed files with 1 additions and 1 deletions

View File

@ -164,8 +164,8 @@ describe Capybara::Session do
end
get '/slow' do
status 204
sleep 1
status 204
end
get '/iframe' do