Not all of us have a "db:test:load" Rake task
Closed this issue · 4 comments
alistairholt commented
Using Mongoid, tconsole errors out with Don't know how to build task 'db:test:load'
as we don't have that Rake task.
batasrki commented
OK, we'll take a look at how to guard those assumptions.
alistairholt commented
I tried looking for a way to check for the existence of a Rake task but I couldn't find anything. Is the code in tconsole really taken from Spork? I couldn't find anything similar in their source code.
nalanj commented
Hi Alistair - Im really sorry about that - it should be fixed now. You can do 'gem install tconsole --pre' to get the latest prerelease gem with the fix.
alistairholt commented
Thanks Alan and Srdjan.