Sha256: 36f56019a184b62b66f54e83952e4443b6f3837adfda2637e1c6b215d375f905

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

require_relative 'test_helper'

class LocationTest < Skr::TestCase

    def test_it_copies_branch
        loc = Location.new
        assert_equal '01', loc.gl_branch_code
    end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stockor-core-0.2 test/location_test.rb