whitequark / ast

A library for working with Abstract Syntax Trees.
MIT License
195 stars 25 forks source link

Fix a deprecation warning of simpleCov #16

Closed pocke closed 7 years ago

pocke commented 7 years ago

SimpleCov::Formatter::MultiFormatter[] is deprecated. So, this PR replaces it with .new. See https://github.com/colszowka/simplecov/blob/cb0e62b37b63816d07bdb15f3ee88ceade0947e5/lib/simplecov/formatter/multi_formatter.rb#L27

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 718b4808ada9df40cf271d5a5d76b683b0ddc9ee on pocke:fix-deprecation-warning into 93c43433ec4d4344485eb4ea6f8948925f092af1 on whitequark:master.