inflector.cr icon indicating copy to clipboard operation
inflector.cr copied to clipboard

Fix nested examples

Open straight-shoota opened this issue 1 year ago • 0 comments

Should fix these spec failures:

   Failures:

     1) Inflector #dasherize dasherizes correctly
        Failure/Error: it "dasherizes #{underscored} => #{dasherized}" do

          can't nest `it` or `pending`

        # spec/inflector_spec.cr:351

     2) Inflector #dasherize underscore_as_reverse_of_dasherize
        Failure/Error: it "dasherizes and underscores back to original #{underscored}" do

          can't nest `it` or `pending`

        # spec/inflector_spec.cr:359

straight-shoota avatar Jul 05 '23 17:07 straight-shoota