Only show "Not yet implemented" for missing test block

This commit is contained in:
Michael Miller 2021-06-12 09:53:42 -06:00
parent bfbeaf7454
commit 2407c43132
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -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