I have a situation where I need to invoke a rake task in AfterConfiguration in Cucumber hooks.rb file. At the moment when I tried to invoke Rake task I get following error
'Don't know how to build task rake db:test_seed'
I m using rails 3.2.2
Any help is highly appreciated.