README

Path: README
Last Update: Thu Dec 22 15:41:06 +0000 2016

Dust

Dust adds descriptive block syntax test definition.

by Jay Fields

Download and Installation

You can download Dust from here 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 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 rubyforge.org/projects/dust/ (in Files)

Contributors

Dan Manges, David Vollbracht, Shane Harvie

[Validate]