mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Fix rubocop issues
This commit is contained in:
@@ -17,7 +17,7 @@ module Api
|
||||
describe "destroy" do
|
||||
it "removes the fee" do
|
||||
expect { spree_delete :destroy, id: unreferenced_fee.id, format: :json }
|
||||
.to change { EnterpriseFee.count }.by -1
|
||||
.to change { EnterpriseFee.count }.by(-1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user