I am stuck at a particular situation .
When I run
rake db:test:clone_structure ,the test db is not copying the views that are in the development db.So is there any solution for this problem so that I can get the views in test db also .
I have tried using rake db:test:purge and rake db:test:clone as well. But it doesn't support me as well.
Hope I get some suggestions here ,
Thanks in Advance .