Skip to content

Commit

Permalink
Update README to indicate explicit passing of example in after hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Mar 4, 2016
1 parent a062f5d commit 4b82e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RSpec.configure do |config|

...

config.after(:each) do
config.after(:each) do |example|
DatabaseCleaner.clean
# Notify DatabasePlumber of each example after it has been executed
DatabasePlumber.log example
Expand Down

0 comments on commit 4b82e99

Please sign in to comment.