Fix rubocop warning

This commit is contained in:
Gaetan Craig-Riou
2023-12-04 10:36:53 +11:00
parent a2b8fb5105
commit 55d64e1768

View File

@@ -445,7 +445,9 @@ module Admin
it "redirects back to the order cycles path with a success message" do
spree_post :notify_producers, id: order_cycle.id
expect(response).to redirect_to admin_order_cycles_path
expect(flash[:success]).to eq('Emails to be sent to producers have been queued for sending.')
expect(flash[:success]).to eq(
'Emails to be sent to producers have been queued for sending.'
)
end
end