mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Remove old todos
This commit is contained in:
parent
7e5b235668
commit
7c0794f261
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# TODO: move this to legacy, probably?
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
end
|
||||
|
|
|
|||
|
|
@ -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