Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Return proper status code from slow iframe app
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Dec 12, 2012
1 parent 8e80fe6 commit 1cc1428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/session_spec.rb
Expand Up @@ -164,8 +164,8 @@ module TestSessions
end end


get '/slow' do get '/slow' do
status 204
sleep 1 sleep 1
status 204
end end


get '/iframe' do get '/iframe' do
Expand Down

0 comments on commit 1cc1428

Please sign in to comment.