Re: [rspec-users] Problems when programmatically defining examples

2008-10-19 Thread Jake Benilov
Hi Zach, That worked a treat. Thanks! Regards, Jake On Sun, Oct 19, 2008 at 3:24 AM, Zach Dennis <[EMAIL PROTECTED]> wrote: > On Sat, Oct 18, 2008 at 6:34 PM, Jake Benilov <[EMAIL PROTECTED]> wrote: > > David, > > > > Thanks for your reply; however I probably wasn't very clear in my > > explana

Re: [rspec-users] Problems when programmatically defining examples

2008-10-18 Thread Zach Dennis
On Sat, Oct 18, 2008 at 6:34 PM, Jake Benilov <[EMAIL PROTECTED]> wrote: > David, > > Thanks for your reply; however I probably wasn't very clear in my > explanation. What I am really trying to do is to create a builder for > example group objects, without automatically adding the example groups to

Re: [rspec-users] Problems when programmatically defining examples

2008-10-18 Thread Jake Benilov
David, Thanks for your reply; however I probably wasn't very clear in my explanation. What I am really trying to do is to create a builder for example group objects, without automatically adding the example groups to the rspec runner when the builder code is invoked. As an example, when I call th

Re: [rspec-users] Problems when programmatically defining examples

2008-10-18 Thread David Chelimsky
On Sat, Oct 18, 2008 at 2:13 PM, Jake Benilov <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to code an application that is based on Rspec; I am > programmatically building examples, and launching the runner with a custom > formatter. Here are the code snippets from my app: > > Launching the runn

[rspec-users] Problems when programmatically defining examples

2008-10-18 Thread Jake Benilov
Hi, I am trying to code an application that is based on Rspec; I am programmatically building examples, and launching the runner with a custom formatter. Here are the code snippets from my app: Launching the runner: example_groups = test_expectation.example_groups_for(system_stat