Re: [rspec-users] Strange time reporting

2011-12-15 Thread Jaime Bellmyer
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

Re: [rspec-users] how can shared examples be shared across gems?

2011-12-15 Thread Lille
> > 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__), '..'