mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add item regarding reporting and formatting
This commit is contained in:
parent
103597a7be
commit
b738b6b3ff
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Short-hand "should" syntax must be included by using `require "spectator/should"` - `it { should eq("foo") }`
|
- Short-hand "should" syntax must be included by using `require "spectator/should"` - `it { should eq("foo") }`
|
||||||
- Overhaul example creation and handling.
|
- Overhaul example creation and handling.
|
||||||
- Overhaul storage of test values.
|
- Overhaul storage of test values.
|
||||||
|
- Overhaul reporting and formatting. Cleaner output for failures and pending tests.
|
||||||
- Cleanup and simplify DSL implementation.
|
- Cleanup and simplify DSL implementation.
|
||||||
- Better error messages and detection when DSL methods are used when they shouldn't (i.e. `describe` inside `it`).
|
- Better error messages and detection when DSL methods are used when they shouldn't (i.e. `describe` inside `it`).
|
||||||
- Prevent usage of reserved keywords in DSL (such as `initialize`).
|
- Prevent usage of reserved keywords in DSL (such as `initialize`).
|
||||||
|
|
Loading…
Reference in a new issue