aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
Commit message (Expand)AuthorAgeFilesLines
* Fix arguments passing in testing isolationKir Shatrov2016-11-301-7/+8
* Fix testing isolationKir Shatrov2016-11-151-1/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* fffffff, Add code missing in 29f0fbdKasper Timm Hansen2016-09-251-2/+2
* Revise setting of run_with_rails_extension.Kasper Timm Hansen2016-09-251-7/+4
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-1/+1
* use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-1/+1
* Move custom assertion to its proper placeSantosh Wadghule2016-08-271-0/+11
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-28/+28
* applies new string literal convention in activesupport/libXavier Noria2016-08-067-13/+13
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-0/+89
* `travel/travel_to` travel time helpers, now raise on nested calls,Vipul A M2016-07-021-8/+43
* Create times in rails timezone not system timezone [ci skip]aarongray2016-06-211-3/+3
* Remove an unused require in ActiveSupport::TestCaseGenadi Samokovarov2016-06-131-2/+0
* Remove `_run_class_setup`Jon Moss2016-06-101-11/+0
* Extract line filtering to Railties.Kasper Timm Hansen2016-01-091-54/+0
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-311-1/+1
|\
| * Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* | Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-8/+9
|/
* make sure exceptions are marshalable when returning test resultsAaron Patterson2015-09-301-1/+17
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* Make `assert_difference` return the result of the yielded block.Lucas Mazza2015-09-241-1/+3
* Cleaned up generators tests using internal assertion helperRonak Jangir2015-08-201-2/+4
* Replacing lambda with proc getting argument error because of it.Ronak Jangir2015-08-171-1/+1
* Added helper methods to stub any instanceRonak Jangir2015-08-131-1/+5
* Add multiple expected calls to assert_called_with.Kasper Timm Hansen2015-07-101-1/+6
* Add method call assertions for internal use.Kasper Timm Hansen2015-07-081-0/+30
* inline test runner check into `as/testing/autorun.rb`.Yves Senn2015-06-111-1/+8
* Merge pull request #19571 from kaspth/improve-runner-integrationYves Senn2015-06-081-0/+54
|\
| * Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-0/+54
* | A few documentation tweaks [ci skip]Robin Dupret2015-06-071-1/+1
|/
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
* use keyword arguments in HTTP request methods of assert_difference example [c...yuuji.yaginuma2015-05-241-9/+9
* MRI compatible code for ActiveSupport::Testing::Isolation::SubprocessAlexey Gaziev2015-04-191-4/+4
* Small doc fix. [CI SKIP]Guo Xiang Tan2015-03-241-1/+1
* add `DateTime.now` to list of `TimeHelpers#travel_to` stubbing [ci skip]yuuji.yaginuma2015-03-121-9/+11
* Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-0/+42
|\
| * - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-0/+42
* | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.nowYuki Nishijima2015-02-031-0/+1
* | introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+34
|/
* Better fork detection in ActiveSupport::Testing::Isolationdeepj2015-01-101-3/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-2/+2
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-2/+2
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-2/+2
* Use `safe_constantize`.Guo Xiang Tan2014-09-021-5/+1