Module: Physical

Defined in:
lib/physical/test_support.rb,
lib/physical.rb,
lib/physical/box.rb,
lib/physical/item.rb,
lib/physical/types.rb,
lib/physical/cuboid.rb,
lib/physical/pallet.rb,
lib/physical/package.rb,
lib/physical/version.rb,
lib/physical/location.rb,
lib/physical/shipment.rb,
lib/physical/structure.rb,
lib/physical/property_readers.rb

Overview

Add to spec_helper.rb to require Physical factories:

require "physical/test_support"
FactoryBot.definition_file_paths.concat(Physical::TestSupport.factory_paths)
FactoryBot.reload

Defined Under Namespace

Modules: PropertyReaders, TestSupport, Types Classes: Box, Cuboid, Item, Location, Package, Pallet, Shipment, Structure

Constant Summary collapse

VERSION =
"0.5.0"