Sha256: 699649baad86ea49376990d31408da9a4e0da3159b6925dc1cbb90113d18b45c

Contents?: true

Size: 218 Bytes

Versions: 9

Compression:

Stored size: 218 Bytes

Contents

require 'rails_helper'

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logistics_core-21.11.2 spec/models/logistics/core/operation_type_spec.rb
logistics_core-21.11.1 spec/models/logistics/core/operation_type_spec.rb
logistics_core-21.08.1 spec/models/logistics/core/operation_type_spec.rb
logistics_core-21.03.1 spec/models/logistics/core/operation_type_spec.rb
logistics_core-20.10.3 spec/models/logistics/core/operation_type_spec.rb
logistics_core-20.10.2 spec/models/logistics/core/operation_type_spec.rb
logistics_core-20.10.1 spec/models/logistics/core/operation_type_spec.rb
logistics_core-20.9.1 spec/models/logistics/core/operation_type_spec.rb
logistics_core-20.8.1 spec/models/logistics/core/operation_type_spec.rb