1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 19:59:33 +00:00
discourse/spec/fabricators/user_action_fabricator.rb

5 lines
74 B
Ruby
Raw Normal View History

2013-02-05 14:16:51 -05:00
Fabricator(:user_action) do
user
action_type UserAction::BOOKMARK
2013-02-05 14:16:51 -05:00
end