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
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
>
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
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
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