This commit is contained in:
Konstantin Haase 2012-11-08 13:55:50 +01:00
parent e88ee9c440
commit 6ea3f70723

View File

@ -2,7 +2,7 @@ require 'spec_helper'
describe Travis::Web::App do
before do
current_session.global_env['HTTP_ACCEPT'] = '*/*'
current_session.global_env['HTTP_ACCEPT'] = 'text/html,*/*'
end
describe 'catch all' do