Remove #include_examples placeholder

Will be re-added when it is implemented.
This commit is contained in:
Michael Miller 2018-11-07 12:58:47 -07:00
parent 3abb48fe53
commit 013f799c5e
1 changed files with 0 additions and 4 deletions

View File

@ -444,10 +444,6 @@ module Spectator::DSL
::Spectator::DSL::Builder.add_around_each_hook {{block}}
end
def include_examples
raise NotImplementedError.new("Spectator::DSL#include_examples")
end
macro it(what, &block)
_spectator_example_wrapper(Wrapper%example, %run) {{block}}