Re: [rspec-users] Slow Focus tags

2012-06-07 Thread Rainer Kuhn
I tried putting the fixtures into a subfolder, next I'm trying to replicate the behaviour in a blank project. Then you and the rails devs have a bit more to play with. On Thu, Jun 7, 2012 at 12:57 PM, David Chelimsky wrote: > On Thu, Jun 7, 2012 at 6:29 AM, Rainer Kuhn wrote: > >

Re: [rspec-users] Slow Focus tags

2012-06-07 Thread Rainer Kuhn
Follow up: is there a way to set RSpec to be less forgiving on errors. If my specs would have failed because of that error I would have fixed it months ago. (Or at least reported it) On Thu, Jun 7, 2012 at 12:26 PM, Rainer Kuhn wrote: > I guess I can forward this issue to fixture builder,

Re: [rspec-users] Slow Focus tags

2012-06-07 Thread Rainer Kuhn
devs. On Thu, Jun 7, 2012 at 12:15 PM, David Chelimsky wrote: > On Thu, Jun 7, 2012 at 5:54 AM, David Chelimsky > wrote: > > On Thu, Jun 7, 2012 at 4:00 AM, Rainer Kuhn wrote: > >> I narrowed it down to three things, the first one might be interesting > to > >> y

Re: [rspec-users] Slow Focus tags

2012-06-07 Thread Rainer Kuhn
rlying cause No such file to load -- event_critical_error If you need more data, let me know. On Thu, Jun 7, 2012 at 11:54 AM, David Chelimsky wrote: > On Thu, Jun 7, 2012 at 4:00 AM, Rainer Kuhn wrote: > > I narrowed it down to three things, the first one might be interesting to > >

Re: [rspec-users] Slow Focus tags

2012-06-07 Thread Rainer Kuhn
521s user 0m8.531s sys 0m1.404s (4) Not really relevant, but a Macbook Air runs out of it's 4GB memory so fast and starts swapping, next time, I want an iMac! On Wed, Jun 6, 2012 at 12:50 PM, David Chelimsky wrote: > On Wed, Jun 6, 2012 at 6:38 AM, Rainer Kuhn wrote: > > I have sta

Re: [rspec-users] Slow Focus tags

2012-06-06 Thread Rainer Kuhn
n Wed, Jun 6, 2012 at 5:14 AM, Rainer Kuhn wrote: > > [This is my third and final attempt to post to this group, first 2 were > with > > google groups] > > The google group is a mirror of the rspec-users list, but for that to > work you actually have to post to the rspec

[rspec-users] Slow Focus tags

2012-06-06 Thread Rainer Kuhn
[This is my third and final attempt to post to this group, first 2 were with google groups] I noticed that focusing a single spec takes ages to run. We commonly use that, often in combination with guard to speed up our spec runs. I admit that the overall performance of our specs is bad, since we d

Re: [rspec-users] proposition: warn on rake spec - group :test

2010-07-30 Thread Rainer Kuhn
rkuhn/work/myproject) rake aborted! Don't know how to build task 'IdontExist' (See full trace by running task with --trace) ~/work/myproject$ On Jul 29, 3:29 pm, David Chelimsky wrote: > On Jul 27, 2010, at 7:29 AM, Rainer Kuhn wrote: > > > Consider putting out som

[rspec-users] proposition: warn on rake spec - group :test

2010-07-29 Thread Rainer Kuhn
Consider putting out some information on rake spec, when rspec ist only defined in the :test group. This just cost me an hour until I read the blog post explaining it. Thing is, rake spec doesn't show on "rake -T" but it runs fine, just not doing anything. One line of output, like: "Either use RA

Re: [rspec-users] RCov and Ruby 1.9.1

2009-05-10 Thread Rainer Kuhn
I solved it with relevance-rcov (formerly spicycode-rcov). There were remnants of an the failed "gem install rcov" attempt that caused errors. Some sudo rm -rf ... fixed that. Seemes to work fine on a test project. Tick -- Posted via http://www.ruby-forum.com/. _

[rspec-users] RCov and Ruby 1.9.1

2009-05-08 Thread Rainer Kuhn
Has anyone got RCov working with Ruby 1.9.1? The rcov gem won't even install, and the spicycode-rcov gem crashes. It would be nice to still benefit from rcovs features. Tick -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-us

Re: [rspec-users] rake spec - no output

2009-04-30 Thread Rainer Kuhn
Solved. Uninstalled test-unit 2.0.2 and installed test-unit-1.2.3. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users