Re: [rspec-users] rspec-rails fails to find a controller name

2009-04-25 Thread David Chelimsky
On Sat, Apr 25, 2009 at 8:25 AM, David Chelimsky wrote: > On Fri, Apr 24, 2009 at 12:32 PM,   wrote: >> Hi, >>        I have a problem that seems a bit strange. No matter how I specify >> the controller name in a rails controller rspec I am always presented with >> >> 'HostController Retrieving /

Re: [rspec-users] rspec-rails fails to find a controller name

2009-04-25 Thread David Chelimsky
On Fri, Apr 24, 2009 at 12:32 PM, wrote: > Hi, >        I have a problem that seems a bit strange. No matter how I specify the > controller name in a rails controller rspec I am always presented with > > 'HostController Retrieving /host via GET should redirect if not logged in' > FAILED > Contr

Re: [rspec-users] rspec-rails fails to find a controller name

2009-04-24 Thread Jonathan Linowes
I assume you tried it with the 3 lines (including get :index) uncommented On Apr 24, 2009, at 1:32 PM, wrote: Hi, I have a problem that seems a bit strange. No matter how I specify the controller name in a rails controller rspec I am always presented with 'HostController Retrie

[rspec-users] rspec-rails fails to find a controller name

2009-04-24 Thread Paul.Kelly
Hi, I have a problem that seems a bit strange. No matter how I specify the controller name in a rails controller rspec I am always presented with 'HostController Retrieving /host via GET should redirect if not logged in' FAILED Controller specs need to know what controller is being speci