Sha256: 2f11b31403dd63ade92adf35da9ab47accfd231ce169863690fe6a8bf9bd5208

Contents?: true

Size: 916 Bytes

Versions: 10

Compression:

Stored size: 916 Bytes

Contents

h1. Ruby DocTest

h1. → 'rubydoctest'


h2. What

Ruby DocTest is a tool that lets you put irb-style tests in your documentation. It’s similar to Python’s doctest, but different in several ways.

h2. Installing

<pre syntax="ruby">sudo gem install rubydoctest</pre>

h2. Wiki, Documentation, Examples

See the "github wiki":http://github.com/tablatom/rubydoctest/wikis

h2. How to submit patches

Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/.

The git repository is <code>http://github.com/tablatom/rubydoctest/tree/master</code> for anonymous access.

h3. Build and test instructions

<pre>cd rubydoctest
rake test:doctest
rake install_gem</pre>

h2. License

This code is free to use under the terms of the MIT license. 

h2. Contact

Comments are welcome. Send an email to "Duane Johnson":mailto:duane.johnson@gmail.com.

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
rubydoctest-1.1.5 website/index.txt
rubydoctest-1.1.4 website/index.txt
bryanlarsen-rubydoctest-1.0.2 website/index.txt
bryanlarsen-rubydoctest-1.1.0 website/index.txt
bryanlarsen-rubydoctest-1.1.1 website/index.txt
canadaduane-rubydoctest-1.0.2 website/index.txt
matthewrudy-rubydoctest-1.0.1 website/index.txt
matthewrudy-rubydoctest-1.0.2 website/index.txt
rubydoctest-1.1.3 website/index.txt
rdp-rubydoctest-1.0.1 website/index.txt