1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #30910 from y-yagi/fix_typo_in_allow_failure_argument

Fix typo in `allow_failure` argument [ci skip]
This commit is contained in:
Ryuta Kamizono 2017-10-18 14:39:28 +09:00 committed by GitHub
commit b1867c480d

View file

@ -235,7 +235,7 @@ module TestHelpers
# Invoke a bin/rails command inside the app
#
# allow_failures:: true to return normally if the command exits with
# allow_failure:: true to return normally if the command exits with
# a non-zero status. By default, this method will raise.
# stderr:: true to pass STDERR output straight to the "real" STDERR.
# By default, the STDERR and STDOUT of the process will be