Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread Edward Ocampo-Gooding
Jay Levitt wrote: > David Chelimsky wrote: >> On 8/30/07, Jay Levitt <[EMAIL PROTECTED]> wrote: >>> Edward Ocampo-Gooding wrote: David Chelimsky wrote: > On 8/30/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote: >> Has anyone else run into a problem with trying to use mock_model in

Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread Jay Levitt
David Chelimsky wrote: > On 8/30/07, Jay Levitt <[EMAIL PROTECTED]> wrote: >> Edward Ocampo-Gooding wrote: >>> David Chelimsky wrote: On 8/30/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote: > Has anyone else run into a problem with trying to use mock_model in > spec/lib ? > F

Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread David Chelimsky
On 8/30/07, Jay Levitt <[EMAIL PROTECTED]> wrote: > Edward Ocampo-Gooding wrote: > > David Chelimsky wrote: > >> On 8/30/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote: > >>> Has anyone else run into a problem with trying to use mock_model in > >>> spec/lib ? > >>> For some reason, I can take

Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread Jay Levitt
Edward Ocampo-Gooding wrote: > David Chelimsky wrote: >> On 8/30/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote: >>> Has anyone else run into a problem with trying to use mock_model in >>> spec/lib ? >>> For some reason, I can take the same spec, put it in spec/models, have it >>> run >>> fi

Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread Jay Levitt
Edward Ocampo-Gooding wrote: > Has anyone else run into a problem with trying to use mock_model in spec/lib > ? > For some reason, I can take the same spec, put it in spec/models, have it run > fine, but put it in spec/lib, and have it complain about not being able to > find > #mock_model Int

Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread Edward Ocampo-Gooding
David Chelimsky wrote: > On 8/30/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote: >> Has anyone else run into a problem with trying to use mock_model in spec/lib >> ? >> For some reason, I can take the same spec, put it in spec/models, have it run >> fine, but put it in spec/lib, and have it c

Re: [rspec-users] mock_model in spec/lib

2007-08-30 Thread David Chelimsky
On 8/30/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote: > Has anyone else run into a problem with trying to use mock_model in spec/lib ? > For some reason, I can take the same spec, put it in spec/models, have it run > fine, but put it in spec/lib, and have it complain about not being able to

[rspec-users] mock_model in spec/lib

2007-08-30 Thread Edward Ocampo-Gooding
Has anyone else run into a problem with trying to use mock_model in spec/lib ? For some reason, I can take the same spec, put it in spec/models, have it run fine, but put it in spec/lib, and have it complain about not being able to find #mock_model Thanks, Edward ___