test(name, &block)
Instance Public methods
Helper to define a test method using a String. Under the hood, it replaces spaces with underscores and defines the test method.
test "verify something" do ... end
Helper to define a test method using a String. Under the hood, it replaces spaces with underscores and defines the test method.
test "verify something" do ... end
Please login to continue.