aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/console_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
|
* Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-251-0/+23
We define almost the same method with multiple tests. Therefore, it extract into module.