Re: [rspec-users] rspec2 observations

2010-10-06 Thread Chuck Remes
On Oct 6, 2010, at 9:30 AM, David Chelimsky wrote: > On Oct 6, 2010, at 9:09 AM, Chuck Remes wrote: > >> Just a few observations now that I have completed the upgrade from RSpec-1 >> to RSpec-2. >> >> 1. In my project (2800 examples across about 40 files), MRI 1.9.2-p0 takes >> roughly 3 time

Re: [rspec-users] rspec2 observations

2010-10-06 Thread David Chelimsky
On Oct 6, 2010, at 9:09 AM, Chuck Remes wrote: > Just a few observations now that I have completed the upgrade from RSpec-1 to > RSpec-2. > > 1. In my project (2800 examples across about 40 files), MRI 1.9.2-p0 takes > roughly 3 times longer to complete the spec run. Runtimes grew from 2.2s >

[rspec-users] rspec2 observations

2010-10-06 Thread Chuck Remes
Just a few observations now that I have completed the upgrade from RSpec-1 to RSpec-2. 1. In my project (2800 examples across about 40 files), MRI 1.9.2-p0 takes roughly 3 times longer to complete the spec run. Runtimes grew from 2.2s (rspec 1.3.0) to 6.1s (2.0.0.rc). 2. Rubinius 1.1.0 runs RS

Re: [rspec-users] using rcov with rspec2

2010-10-06 Thread nathanvda
On 5 okt, 15:17, David Chelimsky wrote: > On Tue, Oct 5, 2010 at 7:28 AM, David Chelimsky wrote: > > On Tue, Oct 5, 2010 at 6:20 AM, nathanvda wrote: > >> On Oct 4, 3:24 am, Will Marshall wrote: > >>> > The error i get is this: > > >>> > `require': no such file to load -- spec_helper (LoadErr

Re: [rspec-users] Unable to get rid of backtrace when running specs (rspec2, rails3)

2010-10-06 Thread Katrina Owen
On Wed, Oct 6, 2010 at 1:44 AM, David Chelimsky wrote: > > On Oct 5, 2010, at 6:19 PM, Katrina Owen wrote: >> I can't seem to silence the stack trace when running specs. > > This needs some docs, but there is a configuration option called > backtrace_clean_patterns that you can append to: > > RSp