I have a situation where I need to call the rake task in AfterConfiguration in the Cucumber hooks.rb file. The moment I tried to call the Rake task, I get the following error
'I do not know how to create a rake db: test_seed task'
I use rails 3.2.2
Any help is appreciated.
Shani source
share