mdub / rspec-longrun

MIT License
10 stars 9 forks source link

Fixed require that wasn't allowing the gem to load with rspec 2.11 #1

Closed DaveSanders closed 11 years ago

DaveSanders commented 11 years ago

I was receiving this error once I included the rspec-longrun gem:

uninitialized constant RSpec::Core::ExampleGroup::MetadataHashBuilder

whenever the gem was loaded. This was simply a missing require down in the longrun code. This pull fixes that and makes the error go away.

Cheers D