~cytrogen/masto-fe

ref: d35cbe44734ec55effc6a0983e9fbb6d120ab945 masto-fe/spec/fabricators/software_update_fabricator.rb -rw-r--r-- 118 bytes
d35cbe44 — Laura Hausmann Remove /deck prefix 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

Fabricator(:software_update) do
  version '99.99.99'
  urgent false
  type 'patch'
end