Closed jcoyne closed 7 years ago
Presently if you have .engine_cart.yml with this
rails_options: "--skip-test --skip-listen"
Then rails will recognize neither option.
Similarly if you have:
rails_options: - "--skip-test" - "--skip-listen"
again neither option is recognized.
This change allows us to support the latter format
Presently if you have .engine_cart.yml with this
Then rails will recognize neither option.
Similarly if you have:
again neither option is recognized.
This change allows us to support the latter format