Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add assertion for dynamic_prompt's assertion execution (#586)
Because the assertions for `dynamic_prompt` lives inside a block given to `RubyLex`, they could be skipped unnoticed if the setup is not correct. This commit adds a simple assertion to check if the block was actually executed.
- Loading branch information