aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
Commit message (Expand)AuthorAgeFilesLines
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-1/+2
* Add `assert_in_epsilon` to Testing guide [ci skip]Yoshiyuki Hirano2017-12-061-0/+2
* Cosmetic changes [ci skip]Yauheni Dakuka2017-11-301-1/+1
* [ci skip] Added example for using headless_chrome with ActionDispatch::System...Pierre Hedkvist2017-11-181-0/+10
* [ci skip] Fix typo.Conrad Beach2017-09-281-1/+1
* Merge pull request #30394 from ydakuka/fixing-indentationRyuta Kamizono2017-08-241-1/+1
|\
| * Fix indentation [ci skip]Yauheni Dakuka2017-08-241-1/+1
* | Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-2/+2
|/
* Fix testing guide [skip ci]Yoshiyuki Hirano2017-08-141-2/+4
* Update testing.mdYauheni Dakuka2017-08-111-2/+2
* Remove redundant instances of the word 'simply' from documentation, on the ba...Emma Barnes2017-07-151-4/+4
* Tiny documentation fixes [ci skip]Robin Dupret2017-06-061-3/+3
* Merge pull request #29101 from ccarruitero/system_guideEileen M. Uchitelle2017-06-021-10/+8
|\
| * some typos and rephrasing in system test guide [ci skip]Cesar Carruitero2017-05-161-10/+8
* | SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-2/+3
* | Remove extra block for `assert_changes` [ci skip]Ryuta Kamizono2017-05-301-1/+1
* | List assert_{,no_}changes in the testing guideGenadi Samokovarov2017-05-291-0/+2
|/
* Clarify documentation for system test argumentseileencodes2017-05-141-2/+2
* Use a more realistic use-case for system test generatoreileencodes2017-05-141-5/+5
* [ci skip] Mailer fixtures in Testing guide.Cody Boyko2017-05-121-1/+1
* Fix link to `assert_nothing_raised` doc [ci skip]yuuji.yaginuma2017-05-081-1/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-03-251-3/+3
|\
| * Edits to Systems testing section [ci skip]Vipul A M2017-03-091-3/+3
* | Improve readability of testing guide [ci skip]James Baer2017-03-101-1/+1
* | Remove `:on` option that does ot exist [ci skip]yuuji.yaginuma2017-03-071-2/+2
* | Avoid running system tests by defaultRobin Dupret2017-03-051-0/+3
|/
* Fx system test example [ci skip]yuuji.yaginuma2017-03-041-7/+9
* Improve documentation for Testing Your Mailers [ci skip]James Baer2017-02-281-0/+4
* 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