mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 06:43:54 +08:00
2 lines
112 B
Ruby
Vendored
2 lines
112 B
Ruby
Vendored
# frozen_string_literal: true
|
|
Fabricator(:inferred_concept) { name { sequence(:name) { |i| "concept_#{i}" } } }
|