From c6da22d9f2921512538d40834906daa8ab1612d3 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Fri, 16 Aug 2024 20:37:00 -0500 Subject: [PATCH] remove superfluous macro include --- spec/union_of_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/union_of_spec.rb b/spec/union_of_spec.rb index c6d7121..ce7ad60 100644 --- a/spec/union_of_spec.rb +++ b/spec/union_of_spec.rb @@ -118,8 +118,6 @@ end temporary_model :user do - include UnionOf::Macro - belongs_to :account, optional: true has_many :owned_licenses, class_name: 'License', foreign_key: :owner_id has_many :license_users