[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
On Tue, Jun 5, 2012 at 3:47 PM, Robbie Leib 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 output, so s
On 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-users list, not the google
group. We
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.
My
On Wed, Jun 6, 2012 at 6:38 AM, Rainer Kuhn 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.
> Tomorrow perhaps si