aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/testing/assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Use `assert_nil` if `value` is nil in `assert_field_default_value`yuuji.yaginuma2017-08-031-1/+5
* 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 remaining conventions across the projectXavier Noria2016-08-061-4/+4
* remove unused requireyuuji.yaginuma2015-10-081-2/+0
* assert_file understands paths with special charactersDiego Carrion2015-06-181-1/+1
* Require shellwords since it is dependecy of this fileRafael Mendonça França2014-06-261-0/+2
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-2/+2
* Make the application name snake cased when it contains spacesRobin Dupret2013-10-221-1/+1
* Revert "Merge pull request #10194 from pabloh/extract_regexp_at_generators_te...Carlos Antonio da Silva2013-04-121-3/+1
* Extract method declaration regexp into a constantPablo Herrero2013-04-121-1/+3
* Move the class methods to above the protected sectionRafael Mendonça França2013-04-011-3/+0
* Break down Rails::Generator::TestCase into modulesPablo Herrero2013-03-311-0/+124