Skip to content

Commit 87f6be6

Browse files
author
Sam Phippen
committed
Remove a redundant around call
1 parent 8f45417 commit 87f6be6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/rspec/rails/example/system_example_group.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ def driver
5656
after do
5757
original_after_teardown.bind(self).call
5858
end
59-
60-
around do |ex|
61-
ex.run
62-
end
6359
end
6460
end
6561
end

0 commit comments

Comments
 (0)