Is there any trivial way to copy the data from developmenet database into the test one? I know theres a way to copy schema and recreate database, but is there any rake task to p
You can use:
rake db:test:clone
To copy the development db into test.