Sha256: 0955d50a3245985e9a7e0ca7586f1694598c6275c42fb7333ee436a25af1b769

Contents?: true

Size: 542 Bytes

Versions: 22

Compression:

Stored size: 542 Bytes

Contents

- Documentation
  - Introduction
    - overall example
  - Assertion 
    - scope
    - extensions (e.g. rack/test)
  - Yard
    - use yard to document the #assertion method used to define new assertions so the defined assertions will show up in the docs ( http://gnuu.org/2009/11/18/customizing-yard-templates/ )
    
- Assertion Macros
  - include/any/contains (array,hash, maybe string?)
    - perhaps able to take an enumerable and compare...
      { [1,2,3] }.contains(2,3) 
      { "the song that never ends" }.contains("never","ends")

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
riot-0.12.1 TODO.markdown
riot-0.12.0 TODO.markdown
riot-0.12.0.pre TODO.markdown
riot-0.11.4 TODO.markdown
riot-0.11.4.pre TODO.markdown
riot-0.11.3 TODO.markdown
riot-0.11.2 TODO.markdown
riot-0.11.1 TODO.markdown
riot-0.11.0 TODO.markdown
riot-0.10.13 TODO.markdown
riot-0.10.13.pre TODO.markdown
riot-0.10.12 TODO.markdown
riot-0.10.12.pre TODO.markdown
riot-0.10.11 TODO.markdown
riot-0.10.10 TODO.markdown
riot-0.10.9 TODO.markdown
riot-0.10.8 TODO.markdown
riot-0.10.7 TODO.markdown
riot-0.10.6 TODO.markdown
riot-0.10.5 TODO.markdown