davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

Scaffold modern tests #239

Closed pschambacher closed 3 years ago

pschambacher commented 8 years ago

@davetron5000

I don't really see people using pure TestUnit anymore. Usually they either use Minitest or RSpec.

davetron5000 commented 8 years ago

I think it's bombing on 2.1.x because minitest wasn't part of Ruby on that version? I agree with the spirit of this change, but it needs to keep working on 2.1.x.

Also, this is really nitpicky, but can you do the whitespace changes in another PR or just omit them? I know those trailing spaces shouldn't be there, but it's easier to see the real diff if those are omitted.

davetron5000 commented 3 years ago

A version of this will be present in the next release. See #303