aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/framework_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused requireRyuta Kamizono2017-02-121-1/+0
| | | | | | These files are not using `strip_heredoc`. Closes #27976
* applies new string literal convention in railties/testXavier Noria2016-08-061-5/+5
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
| | | | | - The `boot_rails` method from abstract_unit.rb is empty after 2abcdfd978fdcd491576a237e8c6b. - So let's remove it and its usage.
* Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-271-1/+3
| | | | Fix rake method definition leaking onto Object
* add fixed fileDermot Haughey2015-05-271-0/+46
add framework_test add another test