fix test
This commit is contained in:
parent
e88ee9c440
commit
6ea3f70723
|
@ -2,7 +2,7 @@ require 'spec_helper'
|
||||||
|
|
||||||
describe Travis::Web::App do
|
describe Travis::Web::App do
|
||||||
before do
|
before do
|
||||||
current_session.global_env['HTTP_ACCEPT'] = '*/*'
|
current_session.global_env['HTTP_ACCEPT'] = 'text/html,*/*'
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'catch all' do
|
describe 'catch all' do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user