aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-4/+0
* Remove private defSakshi Jain2018-09-231-13/+14
* Handle `FrozenError` if it is availableYasuo Honda2017-12-201-0/+4
* [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
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-10/+10
* Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-9/+9
* Run Active Support tests when preserving timezonesAndrew White2016-05-051-0/+3
* Remove load_paths fileArthur Neves2016-02-271-7/+0
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-2/+0
* Removed use of mocha in active_supportRonak Jangir2015-07-101-1/+5
* Removed mocha stubbing in active_supportRonak Jangir2015-06-071-0/+1
* Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* AS tests are now order_independent!Akira Matsuda2014-08-131-5/+0
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-1/+1
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Remove not necessary file, move constants to the file they are usedCarlos Antonio da Silva2013-12-111-1/+0
* Merge pull request #11932 from gaurish/skip-encoding-convertorRafael Mendonça França2013-08-211-0/+6
|\
| * Define jruby_skip to skip test on JRubyGaurish Sharma2013-08-211-0/+5
* | Added method to skip tests on Rubinius to AS/abstract_unit.Federico Ravasio2013-08-211-0/+4
|/
* Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-031-1/+0
* Set Thread.abort_on_exception for the whole AS, AP, and AR testsAkira Matsuda + Koichi Sasada2013-01-241-0/+2
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* skip the memcache tests if the memcache server is not upAaron Patterson2012-08-221-10/+0
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-3/+3
* remove duplicate requires of mocha.Aaron Patterson2012-07-031-2/+0
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+0
* require minitest rather than test/unitAaron Patterson2012-01-061-2/+2
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-29/+5
* Silence warnings for Encoding.default_external= and Encoding.default_internal=Santiago Pastorino2010-08-221-3/+6
* Set default_internal and default_external on AS for testing purposesSantiago Pastorino2010-08-221-0/+8
* preventing memcached initialization errors with default servers list [#4921 s...David Calavera2010-06-221-1/+1
* defines ORIG_ARGV in Active Support's abstract_unit.rb (used in isolation.rb)...David Calavera2010-06-221-0/+2
* fix conditions when DateTime#to_date and DateTime#xmlschema methods are definedRaimonds Simanovskis2010-06-041-1/+1
* avoid method redefined; discarding old empty? warning [#4302 state:committed]Santiago Pastorino2010-03-301-0/+1
* Fix some more warnings on 1.9wycats2010-03-171-2/+9
* fix up activesupport test load pathsJoshua Peek2010-02-281-0/+3