rating/spec/factories/global.rb

7 lines
83 B
Ruby
Raw Normal View History

2018-03-05 23:26:50 +00:00
# frozen_string_literal: true
FactoryBot.define do
factory :global do
end
end