Run Controller Spec
Posted on February 21, 2009, under Rails.
If you just wanted to run only the controller specs, then you have to use the following command
1 | rake spec:controllers |
Posted on February 21, 2009, under Rails.
If you just wanted to run only the controller specs, then you have to use the following command
1 | rake spec:controllers |