diff --git a/app/models/notion.rb b/app/models/notion.rb index 93b7f6fb3..de98a93d9 100644 --- a/app/models/notion.rb +++ b/app/models/notion.rb @@ -1,4 +1,3 @@ -# is it working? class Notion < ApplicationRecord belongs_to :tag, optional: true, touch: true belongs_to :aliased_tag, class_name: 'Tag', optional: true, touch: true diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index ae15b1905..34043b89a 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true # This file is copied to spec/ when you run 'rails generate rspec:install' -# Test require 'spec_helper' require File.expand_path('../../config/environment', __FILE__) # Prevent database truncation if the environment is production