[rspec-users] [Rspec] Trying to get rspec to test a controller in a namespace

2009-04-07 Thread TimBooher
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:

Re: [rspec-users] [Rspec] Trying to get rspec to test a controller in a namespace

2009-04-08 Thread TimBooher
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