Just to add some helpful info to this post, I noticed the time given is
the total time since spork was fired up. So fire up spork, wait 10
minutes, and your tests will say they took 10 minutes to run.
I just thought I'd offer this in case it gets anyone closer to a
solution.
--
Posted via ht
> > Here is what I did to conform my gem spec to the conventions suggested
> > athttps://www.relishapp.com/rspec/rspec-core/docs/example-groups/shared..
>
> > my spec/spec_helper.rb...
>
> > $LOAD_PATH.unshift(File.dirname(__FILE__))
> > $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..'