1
0
Fork 0
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:
Tom Stuart 2012-06-07 21:55:52 +01:00
parent 582a2ea1d6
commit b34a9a16b4

View file

@ -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