I am trying to get my workflow down and am confused on several fronts.
The first is how to get my rspec_scaffold tests to run. The problem is
that i generated my scaffold, then moved my controller into a
namespace named :admin.
So I have the following familiar code. How can i change this to avoid:
any takers? am i asking a question that is too hard or too easy and
boring?
thanks,
tim
On Apr 7, 7:41 am, Tim Booher wrote:
> I am trying to get my workflow down and am confused on several fronts. The
> first is how to get my rspec_scaffold tests to run. The problem is that i
> generated my sc