Re: [rspec-users] Mocks in StoryRunner

2007-09-14 Thread James Hughes
On 9/14/07, Pat Maddox <[EMAIL PROTECTED]> wrote: > On 9/14/07, James Hughes <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to get up and running with StoryRunner. I have a story that > > looks something like the following, but the call to mock_model > > produces the exception listed below.

Re: [rspec-users] Mocks in StoryRunner

2007-09-14 Thread Pat Maddox
On 9/14/07, James Hughes <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get up and running with StoryRunner. I have a story that > looks something like the following, but the call to mock_model > produces the exception listed below. Am I just misunderstanding the > concept? Are mocks not meant

[rspec-users] Mocks in StoryRunner

2007-09-14 Thread James Hughes
Hi, I'm trying to get up and running with StoryRunner. I have a story that looks something like the following, but the call to mock_model produces the exception listed below. Am I just misunderstanding the concept? Are mocks not meant to be used in stories like this? Or is this a bug? Changing @us