[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

Re: [rspec-users] it blocks not executing

2012-06-06 Thread David Chelimsky
On Tue, Jun 5, 2012 at 3:47 PM, Robbie Leib rob...@onthecity.org wrote: Rails 2.3.14 app rspec (1.3.2) rspec-rails (1.3.4) When I run bundle exec rake spec, not matter what, I get: 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications This is not rspec's

Re: [rspec-users] Slow Focus tags

2012-06-06 Thread David Chelimsky
On Wed, Jun 6, 2012 at 5:14 AM, Rainer Kuhn rai...@incutio.com 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-users list, not the

Re: [rspec-users] Slow Focus tags

2012-06-06 Thread Rainer Kuhn
I have started with a blank spec_helper and I'm seeing lots of improvements regarding the focus tag. Not the 12sec load time however. Let me do some legwork first and I present you with the results in a couple of hours. Tomorrow perhaps since I have a couple of hours of urgent dev work my list.

Re: [rspec-users] Slow Focus tags

2012-06-06 Thread David Chelimsky
On Wed, Jun 6, 2012 at 6:38 AM, Rainer Kuhn rai...@incutio.com wrote: I have started with a blank spec_helper and I'm seeing lots of improvements regarding the focus tag. Not the 12sec load time however. Let me do some legwork first and I present you with the results in a couple of hours.