Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP re-enable minitest-colorize #4984

Closed

Conversation

rolandwalker
Copy link
Contributor

Travis expected to fail. Local tests fail.

It is possible that minitest-colorize is broken for newer Minitest versions, per sobrinho/minitest-colorize#10 .

Travis expected to fail.  Local tests fail.
@rolandwalker
Copy link
Contributor Author

The error looks like

$ bundle exec rake test
/Library/Ruby/Gems/1.8/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:88: undefined method `output=' for Minitest::Unit:Class (NoMethodError)
    from /Library/Ruby/Gems/1.8/gems/minitest-colorize-0.0.5/lib/minitest-colorize.rb:1:in `require'
...

@phinze , @nanoxd , I can't figure this one out.

@rolandwalker
Copy link
Contributor Author

gem "minitest-colorize", :git => "[email protected]:ysbaddaden/minitest-colorize.git"

@nanoxd
Copy link
Contributor

nanoxd commented Jun 19, 2014

Fixed the quotes surrounding the gem name

@federicobond
Copy link
Contributor

The minitest-colorize gem does not appear to support the latest versions of minitest. We could replace it with minitest-reporters using Minitest::Reporters::DefaultReporter.

@miccal miccal removed the travis label Dec 23, 2016
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants