davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

Updated to RSpec 3.0 with :should syntax #76

Closed jamonholmgren closed 10 years ago

jamonholmgren commented 10 years ago

It's pretty easy. :-)

Also removed unnecessary MiniTest gem (built into Ruby now) and resolved some deprecation warnings.

Finished tests in 0.634248s, 165.5504 tests/s, 105.6369 assertions/s.
105 tests, 67 assertions, 0 failures, 0 errors, 0 skips
davetron5000 commented 10 years ago

Ah, the include was the missing piece.

Looks like the cucumber tests are broken on CI across all rubies (they don't run on JRuby, which is why those are passing)

jamonholmgren commented 10 years ago

Oh, sorry about that. Didn't realize it took a different command to run those. I'll fix and update later on.

jamonholmgren commented 10 years ago

Hm, looks like this is a bigger issue than I thought. Guess I'll just close this for now as I don't have time to track everything down.

davetron5000 commented 10 years ago

I think with your start, I got it working in #77