gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Not all of us have a "db:test:load" Rake task #26

Closed alistairholt closed 12 years ago

alistairholt commented 12 years ago

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 12 years ago

OK, we'll take a look at how to guard those assumptions.

alistairholt commented 12 years ago

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 12 years ago

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 12 years ago

Thanks Alan and Srdjan.