[rspec-users] [OT] Re: Spec/Test Speed

2007-10-03 Thread Scott Taylor
Okay - Now I think we are getting off topic, but... > > Ah ... you're on a Mac ... Intel or PPC? If Intel, you might want to > look into their VTune tool (I think it runs on MacOS). Even if you > don't > have the latest whiz-bang multi-core Intel chip, VTune will tell you > stuff you probably ne

Re: [rspec-users] Spec/Test Speed

2007-10-03 Thread M. Edward (Ed) Borasky
Scott Taylor wrote: >> If your test suite and application are fully open source and you don't >> mind someone playing with it, I'm collecting benchmark suites for the >> Ruby interpreter and would love to have a nice heavy "rspec" run as an >> example of real-world Ruby usage. Contact me off-list i

Re: [rspec-users] Spec/Test Speed

2007-10-03 Thread Scott Taylor
> > If your test suite and application are fully open source and you don't > mind someone playing with it, I'm collecting benchmark suites for the > Ruby interpreter and would love to have a nice heavy "rspec" run as an > example of real-world Ruby usage. Contact me off-list if you're > interested,

Re: [rspec-users] Spec/Test Speed

2007-10-03 Thread M. Edward (Ed) Borasky
Scott Taylor wrote: > Just wanted to pick some smart people about this topic: What are you > guys doing to increase the speed of your specs? > > I'm a big fan of autotest, but right now my current project has 438 > specs (for rails). Most of them are in the model, and for all of > them we a

[rspec-users] Spec/Test Speed

2007-10-03 Thread Scott Taylor
Just wanted to pick some smart people about this topic: What are you guys doing to increase the speed of your specs? I'm a big fan of autotest, but right now my current project has 438 specs (for rails). Most of them are in the model, and for all of them we are hitting the database (they a

Re: [rspec-users] TextMate language weirdness

2007-10-03 Thread Wincent Colaiuta
El 3/10/2007, a las 22:23, Carl Porth escribió: > I'm having trouble with TextMate and assigning the RSpec language to > *_spec.rb files within rails projects. Here is what is happening: > > I'm in a file that has the language "Ruby on Rails" selected. > I do a ctrl-shift-down to switch to the co

Re: [rspec-users] TextMate language weirdness

2007-10-03 Thread Carl Porth
I'm not sure what TextMate's conventions are as to which languages get keybindings, but I'm all for it. I'm also running "cutting edge" of TextMate, which is currently build 1414. On Oct 3, 2007, at 1:41 PM, Ben Mabey wrote: > I'm having the same problem. I thought it was specific to my Te

Re: [rspec-users] TextMate language weirdness

2007-10-03 Thread Ben Mabey
I'm having the same problem. I thought it was specific to my Textmate install. The Ruby and Ruby on Rails bundles have the keybinding of CTL-Shift-Alt-R so you can easily switch between them. This helps and it would be nice if the RSpec bundle had the same key bindings. Of course, if the pr

[rspec-users] TextMate language weirdness

2007-10-03 Thread Carl Porth
I'm having trouble with TextMate and assigning the RSpec language to *_spec.rb files within rails projects. Here is what is happening: I'm in a file that has the language "Ruby on Rails" selected. I do a ctrl-shift-down to switch to the corresponding _spec.rb file. The _spec.rb file has the lan

Re: [rspec-users] align the runner

2007-10-03 Thread Shane Duan
Sorry, I just looked at the documentation and I meant runner extensions. > Date: Tue, 2 Oct 2007 14:14:45 -0500 > From: "David Chelimsky" <[EMAIL PROTECTED]> > Subject: Re: [rspec-users] align the runner > To: rspec-users > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; ch

Re: [rspec-users] simple story, extract link

2007-10-03 Thread Dan North
Hi Jonathan. You can think of the What's in a Story article as trainer wheels. The point is to start thinking in givens, events and outcomes (ie. which activities in this scenario are setting up context, which are the "interesting bits" and which are verification). Once you are comfortable with t