rake tarantula:setup fails, rails 3.1 application
jonathantelfer opened this issue · 2 comments
jonathantelfer commented
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'"
jgkite commented
You can add this to your Rakefile as a workaround for right now:
load "relevance/tasks/tarantula_tasks.rake"
jgkite commented
The real fix is to add a Railtie that pulls in the rake tasks - patches welcome!