mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Use sequence in software_update fabricator to allow multiple (#29438)
This commit is contained in:
parent
4185f3792c
commit
14c65180df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:software_update) do
|
||||
version '99.99.99'
|
||||
version { sequence(:version) { |point| "99.99.#{point}" } }
|
||||
urgent false
|
||||
type 'patch'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue