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

Getting Minitest::VERSION missing error #11

Open
pitosalas opened this issue Apr 30, 2014 · 3 comments
Open

Getting Minitest::VERSION missing error #11

pitosalas opened this issue Apr 30, 2014 · 3 comments

Comments

@pitosalas
Copy link

"all" I did was add colorize to my gem file:

group :test do
gem 'minitest-rails'
gem 'minitest-colorize'
gem 'faker'
end

And did a bundle command. (Also tried bundle install)

And when I run the tests: ruby test/controllers/assessment_controller_test.rb

I get this error:
/Users/pitosalas/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/minitest-5.3.3/lib/minitest/unit.rb:22:in `class:Unit': uninitialized constant Minitest::VERSION (NameError)

@s-s-w
Copy link

s-s-w commented Jun 13, 2014

Same issue for me.

I don't think this gem is being maintained anymore...?

@skatkov
Copy link

skatkov commented Oct 1, 2014

Same issue here.

@s-s-w
Copy link

s-s-w commented Oct 1, 2014

I switched instead to using minitest reporters:

    require 'minitest/reporters'
    Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants