Sha256: aab155633712a645c2edd4e876cc0f7e3b5a5b4a24c7bdf179bd9eb06d0ae8f4
Contents?: true
Size: 164 Bytes
Versions: 10
Compression:
Stored size: 164 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :navigation, class: AmaLayout::Navigation do current_url { 'http://waffleemporium.ca' } end end
Version data entries
10 entries across 10 versions & 1 rubygems