Sha256: 43bc877e72744ee5949ba548c2d35b7835d2c8ac44ebc3471fc40015c0724c87
Contents?: true
Size: 268 Bytes
Versions: 10
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :navigation_item, class: AmaLayout::NavigationItem do text { 'Gotham Overview' } icon { 'fa-tachometer' } link { 'http://waffleemporium.ca/gotica' } alt { 'Back to my dashboard' } end end
Version data entries
10 entries across 10 versions & 1 rubygems