Skip to content

Getting Minitest::VERSION missing error #11

@pitosalas

Description

@pitosalas

"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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions