Remove dead endpoint

This commit is contained in:
Luis Ramos
2021-01-27 22:05:04 +00:00
parent ab135e30c0
commit c604f4c0c6
4 changed files with 0 additions and 7 deletions

View File

@@ -109,7 +109,6 @@ describe BaseController, type: :controller do
get :index
expect(session[:expired_order_cycle_id]).to eq oc.id
expect(response).to redirect_to root_url
expect(flash[:info]).to eq I18n.t('order_cycle_closed')
end