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 hook for after_retry #33

Open
michaelglass opened this issue Jul 9, 2015 · 3 comments
Open

add hook for after_retry #33

michaelglass opened this issue Jul 9, 2015 · 3 comments

Comments

@michaelglass
Copy link
Contributor

solution to #29

looks like it might go right around here: https://github.com/y310/rspec-retry/blob/master/lib/rspec/retry.rb#L42-L43

@claptimes5
Copy link

Were you thinking this would be some special hook just for rspec-retry or would we run all before/after hooks for each example run? My guess is that we'd want all before/after hooks to run for each retry.

@michaelglass
Copy link
Contributor Author

so before / after hooks already run so I think this would be before retry.

@elialbert
Copy link

not trying to say this is a robust solution, but it is sufficient for my needs:
master...Tiz-team:master

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

No branches or pull requests

3 participants