Re: [rspec-users] mocking methods in the controller.

2007-07-06 Thread David Chelimsky
On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > > On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > > On 7/6/07, David Chelimsky < [EMAIL PROTECTED]> wrote: > > > > > On 7/5/07, Da

Re: [rspec-users] mocking methods in the controller.

2007-07-06 Thread Daniel N
On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > > On 7/6/07, David Chelimsky < [EMAIL PROTECTED]> wrote: > > > On 7/5/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > I'm ve

Re: [rspec-users] mocking methods in the controller.

2007-07-06 Thread David Chelimsky
On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > > On 7/6/07, David Chelimsky < [EMAIL PROTECTED]> wrote: > > > On 7/5/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > I'm very new to rspec so please be patient with me. > > > > > >

Re: [rspec-users] mocking methods in the controller.

2007-07-06 Thread Daniel N
On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 7/5/07, Daniel N <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm very new to rspec so please be patient with me. > > > > I've tried to take some of my tests out of the controller specs to

Re: [rspec-users] mocking methods in the controller.

2007-07-06 Thread Daniel N
On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: On 7/5/07, Daniel N <[EMAIL PROTECTED]> wrote: > Hi, > > I'm very new to rspec so please be patient with me. > > I've tried to take some of my tests out of the controller specs to check for > things that are rendered. > > This has not worked

Re: [rspec-users] mocking methods in the controller.

2007-07-06 Thread David Chelimsky
On 7/5/07, Daniel N <[EMAIL PROTECTED]> wrote: > Hi, > > I'm very new to rspec so please be patient with me. > > I've tried to take some of my tests out of the controller specs to check for > things that are rendered. > > This has not worked so well, since my views have the controller method > > cu

[rspec-users] mocking methods in the controller.

2007-07-05 Thread Daniel N
Hi, I'm very new to rspec so please be patient with me. I've tried to take some of my tests out of the controller specs to check for things that are rendered. This has not worked so well, since my views have the controller method current_user in quite a few places. Is there any way that I ca