Removes #it_behaves_like placeholder

Will re-add this when it is implemented.
This commit is contained in:
Michael Miller 2018-11-07 12:49:10 -07:00
parent 3571d9463a
commit 665c202848

View file

@ -455,10 +455,6 @@ module Spectator::DSL
::Spectator::DSL::Builder.add_example(Example%example)
end
macro it_behaves_like
{% raise NotImplementedError.new("it_behaves_like functionality is not implemented") %}
end
private macro _spectator_described_class(what)
def described_class
{{what}}.tap do |thing|