shard-spectator/src/spectator/dsl.cr
Michael Miller 87d9cc438f Move code for root back to Spectator#describe
There seems to be a problem using def in block.
This broke helper methods and gives the error: `can't declare def 
dynamically`.
2018-09-23 12:02:51 -06:00

6 lines
59 B
Crystal

require "./dsl/*"
module Spectator
module DSL
end
end