mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in allow_failure
argument [ci skip]
Ref: 3be123ba26/railties/test/isolation/abstract_unit.rb (L243)
This commit is contained in:
parent
3be123ba26
commit
116e2c67f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue