aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/configuration
Commit message (Collapse)AuthorAgeFilesLines
* Define the configuration at Active SupportRafael Mendonça França2014-09-111-0/+1
|
* Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been ↵Vipul A M2013-12-181-2/+2
| | | | | | renamed to `Minitest` Ref: https://github.com/seattlerb/minitest/blob/master/History.txt
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+2
| | | | | minitest/autorun load minitest/spec polluting the global namespace with the DSL that we don't want on Rails
* using __method__ for the command method callsAaron Patterson2012-05-211-0/+59