interagent / pliny

An opinionated toolkit for writing excellent APIs in Ruby.
MIT License
802 stars 73 forks source link

Test cleanup and consistency #330

Closed stevenharman closed 4 years ago

stevenharman commented 4 years ago

While investigating an issue with the updater command I noticed a few things:

  1. We were hand-rolling a bunch of temp files to hard-coded locations, and then leaving them around.
  2. There were some Ruby warnings due to using deprecated methods
  3. Inconsistency in how we delimit strings
  4. Some other inconsistencies and such (as reported to me via Vim-Ale while I was fixing the above)

This PR cleans all of that up.