Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new example_finished hook (rspec 3.4.0) #2

Merged
merged 1 commit into from
Dec 24, 2015

Conversation

hornc
Copy link
Contributor

@hornc hornc commented Dec 24, 2015

I'm using rspec 3.4.0 / rspec-core 3.4.1 and was getting the following errors on running tests:

/Users/charles/.rvm/gems/ruby-2.2.3/gems/rspec-core-3.4.1/lib/rspec/core/example.rb:447:in finish': undefined method example_finished' for #<ParallelRSpec::Client:0x007f8c226190d0> (NoMethodError)

The example_finished hook was added in RSpec 3.4.0, this PR adds a corresponding method to the client and server so it works nicely now.

Thanks! ;)

willbryant added a commit that referenced this pull request Dec 24, 2015
add new example_finished hook (rspec 3.4.0)
@willbryant willbryant merged commit d05da04 into willbryant:master Dec 24, 2015
@willbryant
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants