annotation Testify::Test::Pending
Overview
Defines a specific test case as pending
.
A Test
class or test_
method marked as Pending
is never evaluated.
It can be used to describe behaviour that is not yet implemented.
See [#pending](https://crystal-lang.org/api/master/Spec/Methods.html#pending%28description=%22assert%22,file= FILE,line=__LINE__,end_line=__END_LINE__,focus:Bool=false,tags:String%7CEnumerable%28String%29%7CNil=nil, &%29-instance-method) method.