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