Fix typo in ProjectsController spec metadata

Co-Authored-By: Christophe Bliard <176055+cbliard@users.noreply.github.com>
This commit is contained in:
Alexander Brandon Coles
2025-07-01 12:17:08 +01:00
parent a791c586a8
commit f4035fe345
+1 -1
View File
@@ -77,7 +77,7 @@ RSpec.describe ProjectsController do
end
shared_examples_for "successful request" do
it "renders 'new'", :aggregate_faulures do
it "renders 'new'", :aggregate_failures do
expect(response).to be_successful
expect(assigns(:new_project)).to be_a_new(Project)
expect(assigns(:parent)).to eq parent