donphan/spec/fabricators/bookmark_fabricator.rb

7 lines
138 B
Ruby
Raw Normal View History

2023-07-06 11:23:07 +01:00
# frozen_string_literal: true
2018-04-11 20:05:08 +01:00
Fabricator(:bookmark) do
2023-07-06 11:23:07 +01:00
account { Fabricate.build(:account) }
status { Fabricate.build(:status) }
2018-04-11 20:05:08 +01:00
end