Re: [rspec-users] require StepGroup problem

2008-08-14 Thread Ben Mabey
Gaston Ramos wrote: El mié, 13 de ago de 2008, a las 07:11:49 -0600, Pat Maddox dijo: On Wed, Aug 13, 2008 at 12:18 PM, Gaston Ramos <[EMAIL PROTECTED]> wrote: Hi guys, I'm trying to run this story http://pastie.org/252361 You need to fully-qualify the class name, which is Spec:

Re: [rspec-users] require StepGroup problem

2008-08-14 Thread Mark Wilden
I don't know about anyone else, but I find I'm far less likely to read short snippets of code if I have to click links instead of just reading them inline. Just my two sense. ///ark ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.

Re: [rspec-users] require StepGroup problem

2008-08-14 Thread Gaston Ramos
El mié, 13 de ago de 2008, a las 07:11:49 -0600, Pat Maddox dijo: > On Wed, Aug 13, 2008 at 12:18 PM, Gaston Ramos <[EMAIL PROTECTED]> wrote: > > Hi guys, I'm trying to run this story http://pastie.org/252361 > > You need to fully-qualify the class name, which is Spec::Story::StepGroup. > > Althoug

Re: [rspec-users] require StepGroup problem

2008-08-13 Thread Pat Maddox
On Wed, Aug 13, 2008 at 12:18 PM, Gaston Ramos <[EMAIL PROTECTED]> wrote: > Hi guys, I'm trying to run this story http://pastie.org/252361 You need to fully-qualify the class name, which is Spec::Story::StepGroup. Although I'm not sure why you're defining the steps this way in the first place. I

[rspec-users] require StepGroup problem

2008-08-13 Thread Gaston Ramos
Hi guys, I'm trying to run this story http://pastie.org/252361 and I get the following error: http://pastie.org/252367 the helper file is: http://pastie.org/252368 I think that I'm missing a require somewhere, can anybody help me? Any thoughts? Versions: rspec 1.1.4 ruby on rails 2.1 -- "Most