diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-02 01:23:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 01:23:32 +0200 |
commit | 47ecd652d3f8256a191401f005d42760e858e6de (patch) | |
tree | aa536551b0722bfc15c26d9b5bc4b54b63d2d4f4 /spec/controllers | |
parent | 04fa4eb7f95a53138949aac9dd5041a2bdade277 (diff) |
Make Chrome splash screen same color as web UI's background color (#5169)
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/manifests_controller_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/controllers/manifests_controller_spec.rb b/spec/controllers/manifests_controller_spec.rb index 6f188fa35..71967e4f0 100644 --- a/spec/controllers/manifests_controller_spec.rb +++ b/spec/controllers/manifests_controller_spec.rb @@ -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 |