Remove old todos

This commit is contained in:
rebuilt 2022-07-05 19:17:17 -07:00
parent 7e5b235668
commit 7c0794f261
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@ require 'rails_helper'
module Legacy
RSpec.describe 'legacy/recipients/edit', type: :view do
before(:each) do
@school = assign(:recipient, School.create!( # TODO: does this need to be :school?
@school = assign(:recipient, School.create!(
name: 'School'
))