waterlink / spec2.cr

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

Better scoping #7

Closed waterlink closed 8 years ago

waterlink commented 8 years ago

This PR fixes problems with let's type clashes. Now every context has its own class and nested contexts directly map to inheritance hierarchy of these classes. No need to define let's type beforehand now.