mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove unnecessary quotes in example name
This commit is contained in:
parent
e5bd582f5f
commit
f6e95719ad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module Spectator
|
|||
|
||||
%source = ::Spectator::Source.new({{_source_file}}, {{_source_line}})
|
||||
::Spectator::SpecBuilder.add_example(
|
||||
{{what.stringify}},
|
||||
{{what.is_a?(StringLiteral) ? what : what.stringify}},
|
||||
%source,
|
||||
{{@type.name}}
|
||||
) { |test| test.as({{@type.name}}).%run }
|
||||
|
|
Loading…
Reference in a new issue