aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-1/+1
* need to call superAaron Patterson2014-08-071-0/+1
* lazily instantiate application subclassesAaron Patterson2014-08-061-0/+10
* Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-1/+1
* Remove another missing test related to draw external routesCarlos Antonio da Silva2012-06-291-10/+0
* Don't create new directory for testsPiotr Sarnacki2012-04-281-0/+24