Sha256: 5ec2fd0781b7e6592926a9d1ba56d55ff40c2e2e0cdf8750bbab8833c73b6193
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
Feature: XmlSplit Scenario: Given the element to split by "foo" and XML """ <foo>bar</foo><foo>baz</foo> """ Then calling :to_a must give ["<foo>bar</foo>", "<foo>baz</foo>"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xml_split-0.0.2 | features/xml_split.feature |
xml_split-0.0.1 | features/xml_split.feature |