waterlink / spec2.cr

Enhanced `spec` testing library for [Crystal](http://crystal-lang.org/).
MIT License
103 stars 22 forks source link

Keep up with new compiler requirements #35

Closed waterlink closed 8 years ago

waterlink commented 8 years ago

This PR adds instance/class variable type annotations, so that they don't have to be inferred.

Code still works with both current HEAD and 0.15.0.

waterlink commented 8 years ago

+233,-83 excluding whitespace changes in unit_spec/ folder.