~cytrogen/masto-fe

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

Fabricator(:mute) do
  account
  target_account { Fabricate(:account) }
end