expect(subject).toeq"Deleting a project places it into a read-only state until #{deletion_date}, at which point the project will be permanently deleted. Are you ABSOLUTELY sure?"
...
...
@@ -459,7 +459,7 @@ RSpec.describe ProjectsHelper do
context'when project has delayed deletion disabled'do
let(:enabled){false}
itdo
specifydo
expect(subject).toeq"You are going to delete #{project.full_name}. Deleted projects CANNOT be restored! Are you ABSOLUTELY sure?"