Module

ActiveSupport::Testing::Declarative

Inheritance

Methods

Instance

Visibility Signature
public test (name, &block)

Instance Method Detail

test(name, &block)

test "verify something" do

  ...

end