~cytrogen/masto-fe

ref: e387175fc9a3ebfd72ab45ebfe43ecfabef7b0c3 masto-fe/spec/fabricators/favourite_fabricator.rb -rw-r--r-- 80 bytes
e387175f — Matt Jankowski Fix RSpec/RepeatedExample cop (#24849) 2 years ago
                                                                                
1
2
3
4
5
6
# frozen_string_literal: true

Fabricator(:favourite) do
  account
  status
end