Top-level describe (Spectator.describe) missing module namespace

This commit is contained in:
Michael Miller 2018-08-30 13:29:11 -06:00
parent aeb09b4e0d
commit 24725c4f9d

View file

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