Reports Refactor 2: Merge Spree::reports into Admin::Reports

This commit is contained in:
Sebastian Castro
2022-03-31 09:49:08 +02:00
committed by Jean-Baptiste Bellet
parent 288a35f062
commit 452a3fa933
68 changed files with 352 additions and 692 deletions

View File

@@ -63,7 +63,6 @@ describe Api::V0::ReportsController, type: :controller do
it "returns an error" do
api_get :show, report_type: "packing"
expect(response.status).to eq 422
expect(json_response["error"]).to eq(
I18n.t('errors.missing_ransack_params', scope: i18n_scope)