Run Controller Spec
Posted on February 21, 2009, under Rails, Shell Scripts.
0
If you just wanted to run only the controller specs, then you have to use the following command
rake spec:controllers
Load Fixtures into the Database
I was looking to load the fixtures into my database and it is very simple. Please look at the following code
rake spec:db:fixtures:load
Hope this helps somebody.
Cheers!
Pads