mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Remove old todos
This commit is contained in:
parent
7e5b235668
commit
7c0794f261
2 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue