relevance/tarantula

rake tarantula:setup fails, rails 3.1 application

jonathantelfer opened this issue · 2 comments

Added gem "tarantula" to the development group in gem file and the gem has installed with bundle install.

Running rake tarantula:setup gives the error "Don't know how to build task 'tarantula:test'"

You can add this to your Rakefile as a workaround for right now:

load "relevance/tasks/tarantula_tasks.rake"

The real fix is to add a Railtie that pulls in the rake tasks - patches welcome!