Re: [rspec-users] Rails, rSpec edge problems

2007-10-05 Thread Ben Mabey
Well, I am not even trying to include anything. I basically have what all teh examples of the story runner have. I can't seem to get the Story Runner to work with a simple example. This is all it takes to make it fail on my app: require File.join(File.dirname(__FILE__), "helper") Story "Sign

Re: [rspec-users] Rails, rSpec edge problems

2007-10-05 Thread Geoffrey Wiseman
On 10/5/07, Ben Mabey <[EMAIL PROTECTED]> wrote: > > Hi, > Does the Story Runner work on edge rails? I thought that is what the > example app was using but I am on the latest Rails and latest rSpec > revisions and I am having problems. When I call 'render_template' in a > story I get the following

[rspec-users] Rails, rSpec edge problems

2007-10-05 Thread Ben Mabey
Hi, Does the Story Runner work on edge rails? I thought that is what the example app was using but I am on the latest Rails and latest rSpec revisions and I am having problems. When I call 'render_template' in a story I get the following: NoMethodError: undefined method `render_template' for