Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 09754953e2bcfd906ed8bde4471b8056 > files > 2

ruby-dust-doc-0.1.7-13.mga7.noarch.rpm

= Dust

Dust adds descriptive block syntax test definition.

by Jay[http://blog.jayfields.com] Fields[http://blog.jayfields.com]

== Download and Installation

You can download Dust from here[http://rubyforge.org/projects/dust] or install it with the following command.

 $ gem install dust

== License
 	
You may use, copy and redistribute this library under the same terms as Ruby itself (see http://www.ruby-lang.org/en/LICENSE.txt).

== Examples

  unit_tests do

    test "assert true" do
      assert_equal true, true
    end

  end

See the tests for more examples

== IDE specific files

You can download TextMate and JEdit Run Focused Test Commands from http://rubyforge.org/projects/dust/ (in Files)

== Contributors

Dan Manges, David Vollbracht, Shane Harvie