aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-2/+6
* Add load hook for `ActionDispatch::SystemTestCase`yuuji.yaginuma2017-10-281-0/+2
* Require capybara 2.15 because we depend on the new puma integrationRafael Mendonça França2017-10-251-1/+1
* specify minimum capybara version for system testsJoe Francis2017-10-231-0/+2
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-5/+5
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-171-0/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-0/+2
|\
| * SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+2
* | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-4/+4
|/
* Tiny documentation fixes [ci skip]Robin Dupret2017-06-061-3/+3
* [ci skip] Fix typo in the system tests docsPrathamesh Sonpatki2017-06-031-1/+1
* SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-2/+6
* Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-6/+5
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-221-1/+1
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-171-2/+2
|\ \
| * | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-2/+2
| |/
* / Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-0/+2
|/
* Call system test driver per-instance rather than globallyeileencodes2017-03-091-5/+12
* Refactor system test driver/browsereileencodes2017-03-091-10/+1
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-2/+9
* Move documentation to the correct placeeileencodes2017-02-231-72/+72
* Tiny documentation edits [ci skip]Robin Dupret2017-02-211-1/+1
* Fix some grammar in docs [ci skip]kenta-s2017-02-211-1/+1
* Clean up documentationeileencodes2017-02-201-9/+10
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-19/+6
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-0/+2
* Move and rename system testseileencodes2017-02-201-0/+129