mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Only show "Not yet implemented" for missing test block
This commit is contained in:
parent
bfbeaf7454
commit
2407c43132
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module Spectator::DSL
|
|||
_spectator_example_name(\{{what}}),
|
||||
::Spectator::Location.new(\{{(what || block).filename}}, \{{(what || block).line_number}}, \{{(what || block).end_line_number}}),
|
||||
\%tags,
|
||||
"Not yet implemented"
|
||||
\{% if !block %}"Not yet implemented"\{% end %}
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue