Simply put, this is a ruby testing library which asks questions in order to determine compliance.
That is, you ask the user questions with "ask", and test results with "expect". You can also give instructions with "instruct".
The entire testing suite is evaluated using the command-line. e.g.