Add implicit subject

This commit is contained in:
Michael Miller 2018-09-12 18:37:33 -06:00
parent 8cf876268a
commit 037612d00a

View file

@ -31,6 +31,10 @@ module Spectator
def described_class
{{what}}
end
def subject
described_class.new
end
{% end %}
end