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

Contributors

Dan Manges