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.
1 2 3 | 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.
1 2 3 | test "verify something" do ... end |
Designed by : w10schools
service@w10schools.com
Please login to continue.