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