Re: [rspec-users] How to approach testing automated processing

2009-04-18 Thread James Byrne
Zach Dennis wrote: > On Sat, Apr 18, 2009 at 7:02 PM, James Byrne > wrote: >> �To Reduce Costs and Protect Revenue >> I should construct the feature step definitions and how I would test >> this. �I figure I just have to take as given that cron works because >> that is not my code. �But how best

Re: [rspec-users] How to approach testing automated processing

2009-04-18 Thread Ben Mabey
Zach Dennis wrote: On Sat, Apr 18, 2009 at 7:02 PM, James Byrne wrote: I have a requirement to fetch a data feed from our central bank and set a variety of currency exchange rates from that feed. My question is how does one approach behavioural driven design with autonomous automated process

Re: [rspec-users] How to approach testing automated processing

2009-04-18 Thread Zach Dennis
On Sat, Apr 18, 2009 at 7:02 PM, James Byrne wrote: > I have a requirement to fetch a data feed from our central bank and set > a variety of currency exchange rates from that feed. My question is how > does one approach behavioural driven design with autonomous automated > processing? What I start

[rspec-users] How to approach testing automated processing

2009-04-18 Thread James Byrne
I have a requirement to fetch a data feed from our central bank and set a variety of currency exchange rates from that feed. My question is how does one approach behavioural driven design with autonomous automated processing? What I started with is this: Feature: Automatically Retrieve and Store F