require 'rails_helper' module Logistics module Core RSpec.describe Country, type: :model do it 'has a valid factory' do expect(create(:country)).to be_valid end end end end