mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove #include_examples placeholder
Will be re-added when it is implemented.
This commit is contained in:
parent
3abb48fe53
commit
013f799c5e
1 changed files with 0 additions and 4 deletions
|
@ -444,10 +444,6 @@ module Spectator::DSL
|
||||||
::Spectator::DSL::Builder.add_around_each_hook {{block}}
|
::Spectator::DSL::Builder.add_around_each_hook {{block}}
|
||||||
end
|
end
|
||||||
|
|
||||||
def include_examples
|
|
||||||
raise NotImplementedError.new("Spectator::DSL#include_examples")
|
|
||||||
end
|
|
||||||
|
|
||||||
macro it(what, &block)
|
macro it(what, &block)
|
||||||
_spectator_example_wrapper(Wrapper%example, %run) {{block}}
|
_spectator_example_wrapper(Wrapper%example, %run) {{block}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue