I have a series of rake tasks in a Rakefile which I\'d like to test as part of my specs etc. Each task is defined in the form:
task :do_somthing => :environme
when you are running tests environment is that is being loaded is test.
so you are interacting with test database only.
So i dont see any reason to override your rake task in test_helper.rb