[rspec-users] class variables different between spec and runtime?

2009-12-22 Thread Peter Fitzgibbons
18:in `update_with_profile' The spec passes all-green. Could you tell me how this might be ? Thanks, Peter Fitzgibbons (847) 687-7646 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com ___ rspec-users ma

Re: [rspec-users] class variables different between spec and runtime?

2009-12-22 Thread Peter Fitzgibbons
DOH! Thanks David, Happy Holidays! Peter Fitzgibbons (847) 687-7646 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com On Tue, Dec 22, 2009 at 9:24 AM, David Chelimsky wrote: > > > On Tue, Dec 22, 2009 at 9:22 AM, David Chelim

[rspec-users] Specing Ruby Game Development ???

2010-03-24 Thread Peter Fitzgibbons
HI Folks, Roll Call for anyone using Rspec for Ruby Game Development (Rubygame, GOSU, TkRuby, etc.) ??? I'm having trouble finding the latest-and-greatest with Google searches. Happy Gaming! -- Peter Fitzgibbons (847) 859-9550 peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons I

Re: [rspec-users] Specing Ruby Game Development ???

2010-03-25 Thread Peter Fitzgibbons
Let the blogging begin : http://peter.fitzgibbons.info/2010/03/gosu-star-catcher-iteration-0/ Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com On Wed, Mar 24, 2010 at 10:15 PM, Pat Maddox wrote: > Not I,

[rspec-users] Rspec 2 (beta.11) view spec haml

2010-06-10 Thread Peter Fitzgibbons
render render.should have_tag('text.email') end end The response is this Failure : 1) user_sessions/new.html.haml renders blank form Failure/Error: render No route matches {} I have verified that 'new.html.erb' renders and matches OK. Is there a way in rspec 2 to enab

Re: [rspec-users] Rspec 2 (beta.11) view spec haml

2010-06-11 Thread Peter Fitzgibbons
HI David, If you could point me toward the interesting part of the rspec source I would be willing to look into this from the back end. Thanks, Peter Fitzgibbons (847) 859-9550 peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com On 6/10/10 3:13 PM

Re: [rspec-users] Rspec 2 (beta.11) view spec haml

2010-06-11 Thread Peter Fitzgibbons
HI David, I'm not sure what your question was ? To word it differently : Does anyone know what the issue might be with a view spec on 'new.html.haml' : 1) user_sessions/new.html.haml renders blank form Failure/Error: render No route matches {} Peter Fitzgibbons

Re: [rspec-users] Rspec 2, Rails 3 and Webrat

2010-06-11 Thread Peter Fitzgibbons
remove the :type key from your describe line (it's no longer needed). Peter Fitzgibbons (847) 859-9550 peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com On 6/11/10 12:30 PM, Rodrigo Rosenfeld Rosas wrote: Now I'm getting: no such fi

[rspec-users] Rails 3 Mailer spec with arguments ?

2010-06-11 Thread Peter Fitzgibbons
er) # ... mail :to => ... end end Thanks, -- Peter Fitzgibbons (847) 859-9550 peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] spec w/o db:test:prepare

2010-07-20 Thread Peter Fitzgibbons
HI All, I would like to perform my spec runs without the db:test:prepare rake prereq. It would be nice if I could alter spec to prereq db:test:purge only. Could you give me some advice/urls/pointers on how best to go about this? Thanks, Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibb

Re: [rspec-users] spec w/o db:test:prepare

2010-07-21 Thread Peter Fitzgibbons
How 'bout for rspec2? BTW: Where should these magic lines be placed? Inside a ./config/initializers/my_init.rb ?? Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibb...@gmail.com On Tue, Jul 20, 2010 at 6:40 PM,

Re: [rspec-users] Autospec running over and over, without changes?

2008-11-26 Thread Peter Fitzgibbons
> Do you have a .autotest file in that project? I have same issue without .autotest file. Any further ideas ? -- View this message in context: http://www.nabble.com/Autospec-running-over-and-over%2C-without-changes--tp20140013p20708237.html Sent from the rspec-users mailing list archive at Na

[rspec-users] Cucumber resource routes

2009-01-30 Thread Peter Fitzgibbons
h' for # (NoMethodError) So, can someone tell me the horribly obvious that I've missed? Peter Fitzgibbons (847) 687-7646 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM Yahoo: pjfitzgibbons IM MSN: pjfitzgibb...@hotmail.com IM AOL: peter.fitzgibb...@gmail.com __

Re: [rspec-users] Cucumber resource routes

2009-01-30 Thread Peter Fitzgibbons
See, I told you it was horribly obvious! *blush* Thanks Thomas, David. Peter Fitzgibbons (847) 687-7646 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM Yahoo: pjfitzgibbons IM MSN: pjfitzgibb...@hotmail.com IM AOL: peter.fitzgibb...@gmail.com On Fri, Jan 30, 2009 at 8:26 AM

[rspec-users] [Cucumber] Autospec run "only" features ?

2009-06-22 Thread Peter Fitzgibbons
Hello All, Is there a way to Autospec "only" my features? I know this is an anti-pattern. Just trying to auto-cycle while figuring out some things with Cucumber. Once I get the Cuke code ironed out, I'd happily return to correct Rspec-Then-Cuke auto-cycling. Thoughts? Peter F

[rspec-users] Autospec w/ rcov : how to ?

2009-08-13 Thread Peter Fitzgibbons
Hello All, I would like to know how to include rcov in my autospec cycle? My team is starting coverage work and this will be useful to us. Could anyone give an example of how to set this up ? Thanks, Peter Fitzgibbons (847) 687-7646 Email: peter.fitzgibb...@gmail.com IM GTalk

[rspec-users] Is this the correct add_mapping?

2009-08-14 Thread Peter Fitzgibbons
the story above? I'm feeling dense right now, so feel free to point out the painfully obvious, even including which page in RSpec book spells out my density. Thanks all! Peter Fitzgibbons (847) 687-7646 Email: peter.fitzgibb...@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.

[rspec-users] Newbie : how to require to lib from spec under autotest?

2008-04-04 Thread Peter Fitzgibbons
derstand how to correctly set the search path for repeated loading under autotest ? Thanks! -- Peter Fitzgibbons -- iPhone -- "IT"-ness. href= http://www.macdailynews.com/index.php/weblog/comments/apples_iphone_coul

Re: [rspec-users] Newbie : how to require to lib from spec under autotest?

2008-04-05 Thread Peter Fitzgibbons
On Sat, Apr 5, 2008 at 12:03 AM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > On Apr 5, 2008, at 12:38 AM, David Chelimsky wrote: > > On Apr 5, 2008, at 12:28 AM, "Peter Fitzgibbons" < > [EMAIL PROTECTED]> wrote: > > Hello all, > >

Re: [rspec-users] Newbie : how to require to lib from spec under autotest?

2008-04-05 Thread Peter Fitzgibbons
On Sat, Apr 5, 2008 at 6:08 AM, Peter Fitzgibbons < [EMAIL PROTECTED]> wrote: > > On Sat, Apr 5, 2008 at 12:03 AM, Scott Taylor < > [EMAIL PROTECTED]> wrote: > > > > > On Apr 5, 2008, at 12:38 AM, David Chelimsky wrote: > > > > On Apr 5, 200