igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
672 stars 65 forks source link

Add rspec test coverage to client code #328

Closed filbranden closed 3 years ago

filbranden commented 3 years ago

This will help us be confident of avoiding breakage as we introduce new features (e.g. HTTPS for vimgolf put) and refactor/cleanup the client code. Travis-CI also helps ensure we keep compatibility with somewhat older versions of Ruby (currently still testing it specifically on 2.3 and 2.4).