Sha256: 7384e79cacc447dc4894c60cea74c4082a08006aa26bbc803ccf36666c52f62f

Contents?: true

Size: 615 Bytes

Versions: 3

Compression:

Stored size: 615 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!-- full description at https://github.com/xspec/xspec/26 -->
<x:description xmlns:x="http://www.jenitennison.com/xslt/xspec" stylesheet="xspec-26.xsl">
  <x:scenario label="When converting heading element">
    <x:context>
      <document>
        <heading>Some Text</heading>
      </document>
    </x:context>
    <x:expect label="Wrap it in a container element">
      <container>...</container>
    </x:expect>
    <x:expect label="With a child" test="container/child[1]">
      <child>Some Text</child>
    </x:expect>
  </x:scenario>
</x:description>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple-xspec-wrapper-0.3.0-java vendor/xspec-1.0.0/test/xspec-26.xspec
simple-xspec-wrapper-0.2.0-java vendor/xspec-1.0.0/test/xspec-26.xspec
simple-xspec-wrapper-0.1.0-java vendor/xspec-1.0.0/test/xspec-26.xspec