mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Top-level describe (Spectator.describe) missing module namespace
This commit is contained in:
parent
aeb09b4e0d
commit
24725c4f9d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Spectator
|
|||
macro describe(what, source_file = __FILE__, source_line = __LINE__, &block)
|
||||
module Spectator
|
||||
module Examples
|
||||
{{block.body}}
|
||||
DSL.describe({{what}}) {{block}}
|
||||
end
|
||||
end
|
||||
{% debug %}
|
||||
|
|
Loading…
Reference in a new issue