waterlink / spec2.cr

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

Added tests for the expectations #61

Open ThunderKey opened 6 years ago

ThunderKey commented 6 years ago

I've added some tests for the Spec2::Expectation(T) without using the test framework to ensure the basics work.

They should work with older versions of crystal and the version 0.24.1 after merging with #60