mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Removes #it_behaves_like placeholder
Will re-add this when it is implemented.
This commit is contained in:
parent
3571d9463a
commit
665c202848
1 changed files with 0 additions and 4 deletions
|
@ -455,10 +455,6 @@ module Spectator::DSL
|
||||||
::Spectator::DSL::Builder.add_example(Example%example)
|
::Spectator::DSL::Builder.add_example(Example%example)
|
||||||
end
|
end
|
||||||
|
|
||||||
macro it_behaves_like
|
|
||||||
{% raise NotImplementedError.new("it_behaves_like functionality is not implemented") %}
|
|
||||||
end
|
|
||||||
|
|
||||||
private macro _spectator_described_class(what)
|
private macro _spectator_described_class(what)
|
||||||
def described_class
|
def described_class
|
||||||
{{what}}.tap do |thing|
|
{{what}}.tap do |thing|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue