handshake
handshake copied to clipboard
Rakefile tries to use minitest
Problem
I tried to run the test suite with rake
. The command exists with 0 status immediately without running any tests.
Cause
Rakefile
uses Rake::TestTask.new
instead of RSpec::Core::RakeTask
.