Pattern: Redundant around
hook
Issue: -
Remove redundant around
hook.
# bad
around do |example|
example.run
end
# good
Pattern: Redundant around
hook
Issue: -
Remove redundant around
hook.
# bad
around do |example|
example.run
end
# good