handshake icon indicating copy to clipboard operation
handshake copied to clipboard

Rakefile tries to use minitest

Open gregnavis opened this issue 9 years ago • 0 comments

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.

gregnavis avatar May 29 '15 11:05 gregnavis