Re: [rspec-users] test case creation for a pizza ordering site

2012-11-17 Thread George Dinwiddie
while. Start with the guts of placing an order. In fact, I'd probably start with only a single type of pizza available online. You can start with one central idea, and then grow the concept into a full-featured pizza ordering site. - George -- --

Re: [rspec-users] more question

2012-08-16 Thread George Dinwiddie
http://rspec.info/ and http://cukes.info/ -- -- * George Dinwiddie * http://blog.gdinwiddie.com Software Developmenthttp://www.idiacomputing.com Consultant and

Re: [rspec-users] How to set cookies before request spec?

2012-02-16 Thread George Dinwiddie
Class In that snippit, "request" has not been constructed and therefore is nil. - George -- ------ * George Dinwiddie * http://blog.gdinwiddie.com Software Developmenthttp://w

Re: [rspec-users] Game development: how to test interactions like an attack?

2012-02-02 Thread George Dinwiddie
ios where one has great skill and the other little. Is it possible for the attacker to miss? - George -- ------ * George Dinwiddie * http://blog.gdinwiddie.com Software Development

Re: [rspec-users] where does cucumber.yml live?

2012-01-06 Thread George Dinwiddie
e the same information? https://github.com/cucumber/cucumber/wiki/cucumber.yml https://github.com/cucumber/cucumber/wiki/Running-Features - George -- -- * George Dinwiddie * http://blog.gdinwiddie.com

Re: [rspec-users] Write tests for objects with lots of dependencies

2011-11-15 Thread George Dinwiddie
e than we'd like to admit. But it always ends up biting you in the end. -- ---------- * George Dinwiddie * http://blog.gdinwiddie.com Software Developmenthttp://www.idia

Re: [rspec-users] Comparing files

2010-12-10 Thread George Dinwiddie
On 12/10/10 12:07 PM, Josh Chisholm wrote: On Fri, Dec 10, 2010 at 4:30 PM, George Dinwiddie wrote: I once saw (but now cannot find) and image compare library that did a "fuzzy compare" that wasn't fooled by pixel differences. I've looked for this several times, but haven

Re: [rspec-users] Comparing files

2010-12-10 Thread George Dinwiddie
n Glen Allen, VA http://georgedinwiddie.eventbrite.com/ ------ * George Dinwiddie * http://blog.gdinwiddie.com Software Developmenthttp://www.idiacomputing.com Consultant an

Re: [rspec-users] RSpec2 not supported in Netbeans

2010-12-10 Thread George Dinwiddie
but try the command 'rspec' instead. -- Dec. 14 - Agile Richmond in Glen Allen, VA http://georgedinwiddie.eventbrite.com/ ------ * George Dinwiddie * http://blog.gdinwiddie.com Software Devel

Re: [rspec-users] [newbie] tradeoffs of direct model access vs. simulated browser (webrat)

2010-08-05 Thread George Dinwiddie
verifying business rules at the lowest level possible. It's easier to do so, and it also helps cover all the possibiities. George Dinwiddie has blogged about this I think but I can't find the reference. I've certainly talked a lot on acceptance testing at multiple levels, but I