We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use ruby 2.3.0 as default version. When I run rake test after bundle install. Errors happen:
/Users/lingceng/.rvm/rubies/ruby-2.3.0/bin/ruby -I"lib:lib:test" -I"/Users/lingceng/.rvm/gems/ruby-2.3.0/gems/rake-10.5.0/lib" "/Users/lingceng/.rvm/gems/ruby-2.3.0/gems/rake-10.5.0/lib/rake/rake_test_loader.rb" "test/**/*_test.rb" /Users/lingceng/.rvm/gems/ruby-2.3.0/gems/shoulda-matchers-1.0.0/lib/shoulda/matchers/assertion_error.rb:4:in `require': cannot load such file -- minitest/unit (LoadError) from /Users/lingceng/.rvm/gems/ruby-2.3.0/gems/shoulda-matchers-1.0.0/lib/shoulda/matchers/assertion_error.rb:4:in `<module:Matchers>'
I change to ruby2.1.5, tests passed.
The text was updated successfully, but these errors were encountered:
bigtunacan
No branches or pull requests
I use ruby 2.3.0 as default version. When I run rake test after bundle install.
Errors happen:
I change to ruby2.1.5, tests passed.
The text was updated successfully, but these errors were encountered: