How to describe your methods
Be clear about what method you are describing.
Continue reading
Use subject
If you have several tests related to the same subject use subject{}
to
DRY them up.
Continue reading
Find all the JSON files in the local directory and any subdirectories and attempt to parse them with a Ruby JSON parser.
Continue reading