aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/string_inquirer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Should do nothing hereAkira Matsuda2017-01-161-1/+1
* It would be safer not to totally undef core classes' respond_to_missing?Akira Matsuda2017-01-151-1/+6
* AS::StringInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-0/+16
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Add AS::StringInquirer#respond_to? methodAleksey Magusev2012-08-061-3/+11
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Renamed StringQuestioneer to StringInquirer.Joshua Peek2008-06-041-0/+15