When I started rake -T, I found that it was rake testmissing. What do I need to do to complete this task? In particular, I want to run rake test:benchmark, but it does not seem to load. For instance...
$rake test:benchmark
rake aborted!
Don't know how to build task 'test:benchmark'
source
share