waterlink / spec2.cr

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

Pending examples at top-level #54

Open waterlink opened 7 years ago

waterlink commented 7 years ago
  • does not work at the Spec2.describe level - I tried Spec2.pending for all tests in the file
  • does not work at top-level describe level after include Spec2::GlobalDSL -- @miketheman in #53