mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Fix typo
This commit is contained in:
committed by
wandji20
parent
b75101f24f
commit
feb429fee7
@@ -60,7 +60,7 @@ RSpec.describe Spree::Admin::TaxonsController do
|
||||
expect(response).to have_http_status :found
|
||||
end
|
||||
|
||||
it "retruns error with invalid attributes" do
|
||||
it "returns error with invalid attributes" do
|
||||
spree_post :update, id: new_taxon.id,
|
||||
taxon: { **valid_attributes, name: '' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user