mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Fix typo in ProjectsController spec metadata
Co-Authored-By: Christophe Bliard <176055+cbliard@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user