Sha256: 4c91a51f0e06cf11438b009746931974c34fd116fca6294906386d4c9cf78f9c
Contents?: true
Size: 228 Bytes
Versions: 13
Compression:
Stored size: 228 Bytes
Contents
require 'test_helper' class Superstore::Types::BaseTypeTest < Superstore::Types::TestCase test 'encode' do assert_equal 'x', type.encode('x') end test 'decode' do assert_equal 'abc', type.decode('abc') end end
Version data entries
13 entries across 13 versions & 1 rubygems