aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/minitest
diff options
context:
space:
mode:
authorJake Teton-Landis <just.1.jake@gmail.com>2018-01-21 09:28:05 -0800
committerGitHub <noreply@github.com>2018-01-21 09:28:05 -0800
commit92e3d95099509c56b6b2f710aecfad19e97dc2c4 (patch)
tree4ee79998b799c09ed268ed09891d540a2c16b4bf /railties/lib/minitest
parentcf1c48478d1f48d763c3bee92d6bc6cfb3e63dba (diff)
downloadrails-92e3d95099509c56b6b2f710aecfad19e97dc2c4.tar.gz
rails-92e3d95099509c56b6b2f710aecfad19e97dc2c4.tar.bz2
rails-92e3d95099509c56b6b2f710aecfad19e97dc2c4.zip
bin/yarn: Pass through arguments with spaces
Previously, the `bin/yarn` wrapper would "unquote" arguments to yarn like this: `yarn run add-copyright "(c) 2017, 2018 MyCompany"` That results in an ARGV of ['run', 'add-copyright', '(c) 2017, 2018 MyCompany'] in the yarn wrapper, but a ARGV in the yarn executable of ['run', 'add-copyright', '(c)', '2017,', '2018', MyCompany']
Diffstat (limited to 'railties/lib/minitest')
0 files changed, 0 insertions, 0 deletions