# Read about factories at https://github.com/thoughtbot/factory_bot FactoryBot.define do factory :application, class: 'Fe::Application' do end end