Closed DaveSanders closed 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
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