You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
"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)
The text was updated successfully, but these errors were encountered: