block in process_args': invalid option: --pride (OptionParser::InvalidOption)
thelucid opened this issue · 2 comments
thelucid commented
Getting this error with latest version and Rails 4 rc2 (I'm not specifying a pride option anywhere):
minitest-4.7.4/lib/minitest/unit.rb:1037:in `block in process_args': invalid option: --pride (OptionParser::InvalidOption)
from /Users/xxx/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/minitest-4.7.4/lib/minitest/unit.rb:1016:in `new'
from /Users/xxx/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/minitest-4.7.4/lib/minitest/unit.rb:1016:in `process_args'
from /Users/xxx/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/minitest-4.7.4/lib/minitest/unit.rb:1066:in `_run'
from /Users/xxx/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/minitest-4.7.4/lib/minitest/unit.rb:1059:in `run'
from /Users/xxx/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/minitest-4.7.4/lib/minitest/unit.rb:795:in `block in autorun'
rymai commented
Thanks for the report, it's been fixed by #66. It will be part of the next release (today or tomorrow)!
rymai commented
I've released 1.0.0.rc.1, 1.0.0 scheduled for Friday!