Commit 5d79d8fe authored by Rémy Coutable's avatar Rémy Coutable

Reduce differences in spec/support/helpers/migrations_helpers.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 507bd813
module MigrationsHelpers module MigrationsHelpers
prepend EE::MigrationsHelpers
def active_record_base def active_record_base
ActiveRecord::Base ActiveRecord::Base
end end
...@@ -130,3 +128,5 @@ module MigrationsHelpers ...@@ -130,3 +128,5 @@ module MigrationsHelpers
end end
end end
end end
MigrationsHelpers.prepend(EE::MigrationsHelpers)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment