aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing
Commit message (Expand)AuthorAgeFilesLines
* `assert_called_with` should require `args` argumentbogdanvlviv2018-10-251-12/+0
* Merge pull request #33162 from utilum/stop_using_mochaKasper Timm Hansen2018-08-221-0/+83
|\
| * Add method_call_assertions and use them instead of Mochautilum2018-08-131-0/+83
* | Test `assert_called` and `assert_called_with`bogdanvlviv2018-08-141-0/+10
|/
* Remove extra `include ActiveSupport::Testing::MethodCallAssertions`bogdanvlviv2018-06-081-3/+0
* `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-271-3/+5
* Rename the class as there is already an existing class with that nameEdouard CHIN2018-04-061-1/+1
* `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-061-0/+34
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-093-0/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-023-3/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-013-0/+3
* Define path with __dir__bogdanvlviv2017-05-231-2/+2
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-063-8/+8
* Pathname might not be always initialized.Vít Ondruch2016-07-041-0/+2
* Do not depend on Rails git repository layout in ActiveSupport tests.Vít Ondruch2016-07-011-2/+2
* Cleaned up generators tests using internal assertion helperRonak Jangir2015-08-201-0/+6
* Replacing lambda with proc getting argument error because of it.Ronak Jangir2015-08-171-0/+6
* Added helper methods to stub any instanceRonak Jangir2015-08-131-0/+13
* Add multiple expected calls to assert_called_with.Kasper Timm Hansen2015-07-101-0/+7
* Add method call assertions for internal use.Kasper Timm Hansen2015-07-081-0/+91
* introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+28
* Use `safe_constantize`.Guo Xiang Tan2014-09-021-0/+8
* Unused classes in AS testsAkira Matsuda2013-12-191-1/+0
* determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn]Xavier Noria2013-03-281-0/+10
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-68/+0
* Fix typo in test nameCarlos Antonio da Silva2012-11-041-1/+1
* some ruby interpreters don't have ruby-prof so just skip the testsAaron Patterson2012-10-181-3/+12
* ConstantLookup is not needed in every TestCase decendantAndy Lindeman2012-09-261-0/+1
* Add missing inflector dependencyMike Moore2012-09-251-1/+1
* Create ActiveSupport::Testing::ConstantLookupMike Moore2012-09-241-0/+58
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-051-2/+21
* decoupling activesupport performance testing from actionview and adding testsAndrew Mutz2012-05-281-0/+40