aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing/method_call_assertions_test.rb
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
* [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
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-3/+3
* 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