module Sus::Context

def it_behaves_like(shared, *arguments, **options, &block)

def it_behaves_like(shared, *arguments, **options, &block)
	add ItBehavesLike.build(self, shared, arguments, **options, &block)
end