From 7c0794f26155208b1e6fbb433bf5c687c4d20d87 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 5 Jul 2022 19:17:17 -0700 Subject: [PATCH] Remove old todos --- app/models/application_record.rb | 1 - spec/views/legacy/recipients/edit.html.erb_spec.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/application_record.rb b/app/models/application_record.rb index fc09e269..10a4cba8 100644 --- a/app/models/application_record.rb +++ b/app/models/application_record.rb @@ -1,4 +1,3 @@ -# TODO: move this to legacy, probably? class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end diff --git a/spec/views/legacy/recipients/edit.html.erb_spec.rb b/spec/views/legacy/recipients/edit.html.erb_spec.rb index 659944f3..802b5aa6 100644 --- a/spec/views/legacy/recipients/edit.html.erb_spec.rb +++ b/spec/views/legacy/recipients/edit.html.erb_spec.rb @@ -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' ))