diff --git a/spec/controllers/spree/admin/taxons_controller_spec.rb b/spec/controllers/spree/admin/taxons_controller_spec.rb index df6c398cbd..4afa43166b 100644 --- a/spec/controllers/spree/admin/taxons_controller_spec.rb +++ b/spec/controllers/spree/admin/taxons_controller_spec.rb @@ -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: '' }