-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
"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
Labels
No labels