Sha256: 3ad6360e8e0ad70dff749842c9446c2b5827e3067c3a7042d582b0bc0071de64

Contents?: true

Size: 163 Bytes

Versions: 2

Compression:

Stored size: 163 Bytes

Contents

require_relative 'test_helper'

class CollectionParserTest < ParserTest
  def test_is_enumerable
    assert_respond_to Parser::Collection.new(nil), :map
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mws-orders-0.0.2 test/parsers/collection_test.rb
mws-orders-0.0.1 test/parsers/collection_test.rb