index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
guides
/
source
/
testing.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tiny documentation fixes [ci skip]
Robin Dupret
2017-06-06
1
-3
/
+3
*
Merge pull request #29101 from ccarruitero/system_guide
Eileen M. Uchitelle
2017-06-02
1
-10
/
+8
|
\
|
*
some typos and rephrasing in system test guide [ci skip]
Cesar Carruitero
2017-05-16
1
-10
/
+8
*
|
SystemTesting::Driver can register capybara-webkit and poltergeist
Mario Alberto Chávez
2017-06-02
1
-2
/
+3
*
|
Remove extra block for `assert_changes` [ci skip]
Ryuta Kamizono
2017-05-30
1
-1
/
+1
*
|
List assert_{,no_}changes in the testing guide
Genadi Samokovarov
2017-05-29
1
-0
/
+2
|
/
*
Clarify documentation for system test arguments
eileencodes
2017-05-14
1
-2
/
+2
*
Use a more realistic use-case for system test generator
eileencodes
2017-05-14
1
-5
/
+5
*
[ci skip] Mailer fixtures in Testing guide.
Cody Boyko
2017-05-12
1
-1
/
+1
*
Fix link to `assert_nothing_raised` doc [ci skip]
yuuji.yaginuma
2017-05-08
1
-1
/
+1
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-25
1
-3
/
+3
|
\
|
*
Edits to Systems testing section [ci skip]
Vipul A M
2017-03-09
1
-3
/
+3
*
|
Improve readability of testing guide [ci skip]
James Baer
2017-03-10
1
-1
/
+1
*
|
Remove `:on` option that does ot exist [ci skip]
yuuji.yaginuma
2017-03-07
1
-2
/
+2
*
|
Avoid running system tests by default
Robin Dupret
2017-03-05
1
-0
/
+3
|
/
*
Fx system test example [ci skip]
yuuji.yaginuma
2017-03-04
1
-7
/
+9
*
Improve documentation for Testing Your Mailers [ci skip]
James Baer
2017-02-28
1
-0
/
+4
*
remove needless extension from system test example [ci skip]
yuuji.yaginuma
2017-02-22
1
-1
/
+1
*
[doc] Fix wrong class name in testing.md
Celso Fernandes
2017-02-21
1
-1
/
+1
*
Tiny documentation edits [ci skip]
Robin Dupret
2017-02-21
1
-16
/
+11
*
Fix some grammar in docs [ci skip]
kenta-s
2017-02-21
1
-3
/
+3
*
Clean up documentation
eileencodes
2017-02-20
1
-7
/
+7
*
Rename system_test_helper -> application_system_test_case
eileencodes
2017-02-20
1
-12
/
+12
*
Move and rename system tests
eileencodes
2017-02-20
1
-5
/
+5
*
Update documentation and guides
eileencodes
2017-02-20
1
-98
/
+36
*
Add guides for system testing
eileencodes
2017-02-20
1
-3
/
+251
*
remove deprecated `assert_send` from assertion list [ci skip]
yuuji.yaginuma
2016-12-09
1
-1
/
+0
*
Add note about step needed to get tests to pass if you implemented basic auth...
JessRudder
2016-11-28
1
-0
/
+7
*
fix typo in Rails Test Runner section
colleenmcguckin
2016-10-31
1
-2
/
+2
*
update description of queue adapter in test [ci skip]
yuuji.yaginuma
2016-09-28
1
-2
/
+2
*
Fix docs for allowed params to `get` in controller tests [ci skip]
Michael Hoy
2016-09-23
1
-4
/
+4
*
Update typo & Make explanation more clear
Shia
2016-08-31
1
-12
/
+7
*
Move `assert_nothing_raised` method to Rails Specific Assertions
Santosh Wadghule
2016-08-26
1
-1
/
+1
*
Merge pull request #25750 from go2null/go2null-test-directories
Eileen M. Uchitelle
2016-08-22
1
-2
/
+4
|
\
|
*
Clearly state purpose of test directories
go2null
2016-08-22
1
-2
/
+4
*
|
add missing braces [ci skip]
yuuji.yaginuma
2016-07-16
1
-2
/
+2
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-07-10
1
-1
/
+14
|
\
\
|
|
/
|
/
|
|
*
Expand on Instance variables section with an example and specify when the ins...
Vipul A M
2016-07-02
1
-1
/
+14
*
|
Update testing guide for Rails 5 release [ci skip]
Prathamesh Sonpatki
2016-06-30
1
-42
/
+102
|
/
*
update_url is not `get` most of the times [ci skip]
Prathamesh Sonpatki
2016-06-22
1
-1
/
+1
*
Fix the docs for supported keyword args for Rails 5 style integration control...
Prathamesh Sonpatki
2016-06-21
1
-7
/
+11
*
fix module name [ci skip]
yuuji.yaginuma
2016-05-20
1
-1
/
+1
*
Clarify fixtures examples [ci skip]
Stefan Wrobel
2016-04-08
1
-1
/
+2
*
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
1
-1
/
+1
*
update assert_nothing_raised in testing.md
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.
Yves Senn
2016-02-16
1
-3
/
+3
*
add missing name option to flash test example [ci skip]
yuuji.yaginuma
2016-02-13
1
-2
/
+2
*
Check off some todos for the Testing guide with @senny [ci skip]
Zachary Scott
2016-02-05
1
-17
/
+26
*
docs, remove trailing whitespace from testing guide. [ci skip]
Yves Senn
2016-02-05
1
-9
/
+9
[next]