Sha256: 2f1d4c7c9c09b3e6e1443cb2a2608a4291fe4397142ab0c0c6f5c8c4fd1261aa
Contents?: true
Size: 641 Bytes
Versions: 15
Compression:
Stored size: 641 Bytes
Contents
[<< back](../../README.md) 1. [Description](#description) 2. [Usage](#usage) 3. [Parameters](#parameters) ## Description When tests ends, `show` instruction shows on screen information about final results. ## Usage ```ruby start do show end ``` ## Parameters | Action | Description | | -------------- | --------------------------------------- | | `show` | Same as `show :resume`. Default option. | | `show :resume` | Show resumed information on screen. | | `show :cases` | Show information from every case on screen.| | `show :all` | Same as `show :resume` and `show :details`. |
Version data entries
15 entries across 15 versions & 1 rubygems