briandunn / flatware

A parallel test runner for RSpec and Cucumber with pretty output
MIT License
275 stars 35 forks source link

Replace append its alias target push #46

Closed jwworth closed 5 years ago

jwworth commented 5 years ago

TravisCI build #198 is failing on Ruby 2.3.1 due to the use of append. append is an alias for push and was introduced in Ruby 2.5. To support older Ruby versions, better to use the older method.

Steps to Test

$ rspec