Module Mosquito::Dusty
In: lib/mosquito.rb

Methods

test  

Public Instance methods

From Jay Fields.

Allows tests to be specified as a block.

  test "should do this and that" do
    ...
  end

[Validate]