Make Chrome splash screen same color as web UI's background color (#5169)

This commit is contained in:
Eugen Rochko
2017-10-02 01:23:32 +02:00
committed by GitHub
parent 04fa4eb7f9
commit 47ecd652d3
4 changed files with 54 additions and 21 deletions

View File

@ -8,10 +8,6 @@ describe ManifestsController do
get :show, format: :json
end
it 'assigns @instance_presenter' do
expect(assigns(:instance_presenter)).to be_kind_of InstancePresenter
end
it 'returns http success' do
expect(response).to have_http_status(:success)
end