Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread David Chelimsky
On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > > On Oct 23, 2007, at 1:32 PM, David Chelimsky wrote: > > > On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > >> On Oct 23, 2007, at 1:15 PM, David Chelimsky wrote: > >> > >>> LOLOLOLOL. > >>> > >>> You forgot the "u": > >>> > >>> behaviou

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread Scott Taylor
On Oct 23, 2007, at 1:32 PM, David Chelimsky wrote: > On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: >> On Oct 23, 2007, at 1:15 PM, David Chelimsky wrote: >> >>> LOLOLOLOL. >>> >>> You forgot the "u": >>> >>> behaviour_type >>> >>> :) >> >> Looks like I need to submit a patch! Haven't don

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread David Chelimsky
On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > On Oct 23, 2007, at 1:15 PM, David Chelimsky wrote: > > > LOLOLOLOL. > > > > You forgot the "u": > > > > behaviour_type > > > > :) > > Looks like I need to submit a patch! Haven't done that in a while. http://rubyforge.org/tracker/index.php?f

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread Scott Taylor
On Oct 23, 2007, at 1:15 PM, David Chelimsky wrote: > LOLOLOLOL. > > You forgot the "u": > > behaviour_type > > :) Looks like I need to submit a patch! Haven't done that in a while. Scott ___ rspec-users mailing list rspec-users@rubyforge.org http

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread Scott Taylor
On Oct 23, 2007, at 1:15 PM, David Chelimsky wrote: > LOLOLOLOL. > > You forgot the "u": > > behaviour_type > > :) > Ouch. Wish I was British. Ha. Thanks, David. Scott ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mai

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread David Chelimsky
LOLOLOLOL. You forgot the "u": behaviour_type :) On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > > On Oct 23, 2007, at 12:10 PM, David Chelimsky wrote: > > > On 10/23/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > >> On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > >>> > >>> I wa

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread Scott Taylor
On Oct 23, 2007, at 12:10 PM, David Chelimsky wrote: > On 10/23/07, David Chelimsky <[EMAIL PROTECTED]> wrote: >> On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: >>> >>> I want to create a spec/regressions directory with various >>> regressions (for my rails project). I tried the following:

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread David Chelimsky
On 10/23/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > > > > I want to create a spec/regressions directory with various > > regressions (for my rails project). I tried the following: > > > > describe LoginController, "regression for user cr

Re: [rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread David Chelimsky
On 10/23/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > > I want to create a spec/regressions directory with various > regressions (for my rails project). I tried the following: > > describe LoginController, "regression for user creation when > steves_sister does not exist", :behavior_type => :cont

[rspec-users] Running rails specs outside of the normal project tree

2007-10-23 Thread Scott Taylor
I want to create a spec/regressions directory with various regressions (for my rails project). I tried the following: describe LoginController, "regression for user creation when steves_sister does not exist", :behavior_type => :controller do controller_name :login before :each do