summaryrefslogtreecommitdiffhomepage
path: root/test/circle_spec.rb
AgeCommit message (Collapse)Author
2019-01-06Tests and fixes to the public APITom Black
Namely to ensure attribute getters/setters are consistent
2018-10-08Reorganize Image, Sprite, and Text argsTom Black
Start with the required argument first as positional, followed by optional ones as keyword arguments Co-Authored-By: Andrew Havens <[email protected]>
2018-09-26Documentation and style updatesTom Black
2018-09-20Add `Circle` classTom Black