aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
Commit message (Expand)AuthorAgeFilesLines
* remove needless extension from system test example [ci skip]yuuji.yaginuma2017-02-221-1/+1
* [doc] Fix wrong class name in testing.mdCelso Fernandes2017-02-211-1/+1
* Tiny documentation edits [ci skip]Robin Dupret2017-02-211-16/+11
* Fix some grammar in docs [ci skip]kenta-s2017-02-211-3/+3
* Clean up documentationeileencodes2017-02-201-7/+7
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-12/+12
* Move and rename system testseileencodes2017-02-201-5/+5
* Update documentation and guideseileencodes2017-02-201-98/+36
* Add guides for system testingeileencodes2017-02-201-3/+251
* remove deprecated `assert_send` from assertion list [ci skip]yuuji.yaginuma2016-12-091-1/+0
* Add note about step needed to get tests to pass if you implemented basic auth...JessRudder2016-11-281-0/+7
* fix typo in Rails Test Runner sectioncolleenmcguckin2016-10-311-2/+2
* update description of queue adapter in test [ci skip]yuuji.yaginuma2016-09-281-2/+2
* Fix docs for allowed params to `get` in controller tests [ci skip]Michael Hoy2016-09-231-4/+4
* Update typo & Make explanation more clearShia2016-08-311-12/+7
* Move `assert_nothing_raised` method to Rails Specific AssertionsSantosh Wadghule2016-08-261-1/+1
* Merge pull request #25750 from go2null/go2null-test-directoriesEileen M. Uchitelle2016-08-221-2/+4
|\
| * Clearly state purpose of test directoriesgo2null2016-08-221-2/+4
* | add missing braces [ci skip]yuuji.yaginuma2016-07-161-2/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-07-101-1/+14
|\ \ | |/ |/|
| * Expand on Instance variables section with an example and specify when the ins...Vipul A M2016-07-021-1/+14
* | Update testing guide for Rails 5 release [ci skip]Prathamesh Sonpatki2016-06-301-42/+102
|/
* update_url is not `get` most of the times [ci skip]Prathamesh Sonpatki2016-06-221-1/+1
* Fix the docs for supported keyword args for Rails 5 style integration control...Prathamesh Sonpatki2016-06-211-7/+11
* fix module name [ci skip]yuuji.yaginuma2016-05-201-1/+1
* Clarify fixtures examples [ci skip]Stefan Wrobel2016-04-081-1/+2
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* update assert_nothing_raised in testing.mdTara Scherner de la Fuente2016-02-221-1/+1
* reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.Yves Senn2016-02-161-3/+3
* add missing name option to flash test example [ci skip]yuuji.yaginuma2016-02-131-2/+2
* Check off some todos for the Testing guide with @senny [ci skip]Zachary Scott2016-02-051-17/+26
* docs, remove trailing whitespace from testing guide. [ci skip]Yves Senn2016-02-051-9/+9
* docs, link Rails specific assertions to the API. [ci skip]Yves Senn2016-02-051-6/+6
* Small cleanup to Testing GuideJon Moss2016-01-301-1/+1
* Pass 3 over testing guideVipul A M2016-01-311-19/+28
* Pass 2 over testing guideVipul A M2016-01-231-14/+14
* First pass over parts of Testing guideVipul A M2016-01-221-7/+7
* use bin/rails default instead of rake commands [ci skip]Gaurav Sharma2016-01-191-2/+2
* Fix typo: test -> textSean Collins2015-12-301-1/+1
* ApplicationRecord documentation passGenadi Samokovarov2015-12-171-1/+1
* [ci skip] Fix articles spelling.Kasper Timm Hansen2015-12-131-1/+1
* Remove ActionController::TestCase from documentationeileencodes2015-12-121-22/+22
* guides, scaffold no longer used in getting started guide. Closes #22337.Yves Senn2015-11-191-6/+24
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-11-151-2/+24
|\
| * copy edits [ci skip]Vijay Dev2015-11-151-12/+6
| * Grammer & Style Tweaks as per feedbackGaurish Sharma2015-11-141-3/+3
| * Document time testing helpersGaurish Sharma2015-11-091-0/+28
| * :nailcare: Grammer fixesGaurish Sharma2015-11-091-2/+2
* | Update docs/comments to use setup/teardown blocks vs. methods.Ken Collins2015-11-031-2/+2
|/
* Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1