discourse/spec/fabricators/sidebar_url_fabricator.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
107 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:sidebar_url) do
icon "link"
name "tags"
value "/tags"
end