1
0
mirror of synced 2026-08-03 05:37:04 +00:00
Files

4 lines
132 B
Ruby
Raw Permalink Normal View History

2019-09-11 17:57:29 +10:00
# frozen_string_literal: true
2019-11-12 12:43:23 +11:00
2019-12-03 11:01:44 +11:00
Dir[Rails.root.join("plugins/discourse-subscriptions/spec/fabricators/*.rb")].each { |f| require f }