~cytrogen/masto-fe

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

Fabricator(:relay) do
  inbox_url 'https://example.com/inbox'
  state :idle
end