Re: [rspec-users] Variance in behaviour: rake features vs. autotest

2008-11-29 Thread Andrew Premdas
No it isn't you can have When /determine the party (.*)/ do And call that in in other nested step using a string literal When When "deterimine the party foo" end In fact I never enclose the arguments with a string delimiter as I think it makes the feature less clear - don't think feature wri

Re: [rspec-users] class << self considered harmful... really?

2008-11-29 Thread Scott Taylor
On Nov 29, 2008, at 2:19 PM, Brian Takita wrote: On Fri, Nov 28, 2008 at 1:17 PM, Student <[EMAIL PROTECTED] spring.net> wrote: Performance is one of those nasty things that can go from being a non- issue to THE issue (next to correctness) in the blink of an eye. I am curious, however. H

[rspec-users] Remote Features Screencast

2008-11-29 Thread Matthias Hennemeyer
Hi there, i have written a little Ruby Program called RemoteFeature (It’s more a Hack as of now). It lets you run Cucumber/RSpec Features that are defined in a 37Signals-Writeboard and updates the Writeboard automagically. I have made a Screencast about this. It is available at my blog: http://matt

Re: [rspec-users] Performance Questions (Was: class << self considered harmful... really?)

2008-11-29 Thread Brian Takita
On Sat, Nov 29, 2008 at 2:28 PM, Brian Takita <[EMAIL PROTECTED]> wrote: > On Fri, Nov 28, 2008 at 4:28 PM, Scott Taylor > <[EMAIL PROTECTED]> wrote: >> >> On Nov 28, 2008, at 11:52 AM, David Chelimsky wrote: >> >>> On Thu, Nov 27, 2008 at 8:17 PM, Mark Wilden <[EMAIL PROTECTED]> wrote: O

Re: [rspec-users] Performance Questions (Was: class << self considered harmful... really?)

2008-11-29 Thread Brian Takita
On Fri, Nov 28, 2008 at 4:28 PM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > On Nov 28, 2008, at 11:52 AM, David Chelimsky wrote: > >> On Thu, Nov 27, 2008 at 8:17 PM, Mark Wilden <[EMAIL PROTECTED]> wrote: >>> >>> On Thu, Nov 27, 2008 at 5:57 PM, Brian Takita <[EMAIL PROTECTED]> >>> wrote: >>

Re: [rspec-users] class << self considered harmful... really?

2008-11-29 Thread Brian Takita
On Fri, Nov 28, 2008 at 1:17 PM, Student <[EMAIL PROTECTED]> wrote: > Performance is one of those nasty things that can go from being a non- > issue to THE issue (next to correctness) in the blink of an eye. I am > curious, however. How much total performance difference did this > change make? I