From 6ea3f707239aed6cdc4d390770cb8b07041fb8e8 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 8 Nov 2012 13:55:50 +0100 Subject: [PATCH] fix test --- spec/app_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app_spec.rb b/spec/app_spec.rb index 869232f3..3b4f4698 100644 --- a/spec/app_spec.rb +++ b/spec/app_spec.rb @@ -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