mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Remove unnecessary block arg
This commit is contained in:
parent
582a2ea1d6
commit
b34a9a16b4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ RSpec.configure do |config|
|
|||
TestSessions.logger.reset
|
||||
end
|
||||
|
||||
config.after do |*args|
|
||||
config.after do
|
||||
if ENV['DEBUG']
|
||||
puts TestSessions.logger.messages
|
||||
elsif ENV['TRAVIS'] && example.exception
|
||||
|
|
Loading…
Add table
Reference in a new issue