mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add skip message when using xit (and variants)
This commit is contained in:
parent
5a2a71ffe8
commit
d9088b39ca
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module Spectator::DSL
|
|||
end
|
||||
end
|
||||
|
||||
define_pending_example :x{{name.id}}
|
||||
define_pending_example :x{{name.id}}, pending: "Temporarily skipped with x{{name.id}}"
|
||||
end
|
||||
|
||||
# Defines a macro to generate code for a pending example.
|
||||
|
|
Loading…
Reference in a new issue