Using my fixtures with my development db

How can I use my fixtures to populate my development db?

Rails recipes book shows how to load fixtures into db

Sent from my iPhone

rake db:fixtures:load

Get any rake task with rake -T