aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/string_inquirer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | instead, rewrite them to no-op
* AS::StringInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-0/+16
| | | | in case String or any other ancestor class' respond_to_missing? was defined.
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* 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
| | | | Consistently with #method_missing
* 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
| | | | [#1617 state:resolved]
* Renamed StringQuestioneer to StringInquirer.Joshua Peek2008-06-041-0/+15