kgiszczak / shale

Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.
https://shalerb.org/
MIT License
618 stars 19 forks source link

Remove excess `it`s from the inside of spec names #1

Closed sharipov-ru closed 2 years ago

sharipov-ru commented 2 years ago

Avoid usage of duplicated it in spec descriptions like it 'it returns array default' { }

kgiszczak commented 2 years ago

That's great, thanks.