Remove old todos

pull/1/head
rebuilt 3 years ago
parent 7e5b235668
commit 7c0794f261

@ -1,4 +1,3 @@
# TODO: move this to legacy, probably?
class ApplicationRecord < ActiveRecord::Base class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true self.abstract_class = true
end end

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

Loading…
Cancel
Save