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
/
railties
/
test
/
application
/
test_runner_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve test runner's Minitest integration.
Kasper Timm Hansen
2015-06-04
1
-25
/
+140
*
`-p`, `--pattern` to run tests using a pattern.
Yves Senn
2015-03-18
1
-2
/
+1
*
use `bin/rails t` runner in `test_runner_test.rb`.
Yves Senn
2015-03-18
1
-24
/
+18
*
tests, use `capture` instead of custom `redirect_stderr` helper.
Yves Senn
2015-01-30
1
-12
/
+2
*
Add `test:jobs` task
yuuji.yaginuma
2014-09-15
1
-3
/
+14
*
Updates to make rails 4 happy with minitest 5:
Ryan Davis
2013-05-06
1
-10
/
+10
*
add integration test for shorthand rake tests
Aaron Patterson
2013-04-05
1
-0
/
+7
*
extract test info from the command line and set up the test task
Aaron Patterson
2013-04-05
1
-1
/
+22
*
removing `rails test`, updating docs to show how to use `rake test`
Aaron Patterson
2013-04-05
1
-6
/
+0
*
do not blow away the test database on every run
Aaron Patterson
2013-04-05
1
-10
/
+0
*
switch the testing tests to use rake
Aaron Patterson
2013-04-03
1
-20
/
+23
*
apps that depend on active record should load fixtures
Aaron Patterson
2013-04-03
1
-7
/
+0
*
Replace assert_(no_)match args from regexps to strings to remove warnings
Carlos Antonio da Silva
2013-03-11
1
-40
/
+40
*
Make sure that the test case is run under test env
Prem Sichanugrist
2013-03-11
1
-1
/
+17
*
Fix test failure introduced in 3ed41e57
Prem Sichanugrist
2013-03-11
1
-5
/
+3
*
Make sure that `rails test` load test in test env
Prem Sichanugrist
2013-03-09
1
-1
/
+44
*
Improve wording for rails test command
Dalibor Nasevic
2013-03-09
1
-8
/
+8
*
Load fixtures only when running suites, or `-f`
Prem Sichanugrist
2013-03-09
1
-0
/
+51
*
Add support for MiniTest flags in TestRunner
Prem Sichanugrist
2013-03-09
1
-0
/
+21
*
Add `rails test` command to run the test suite
Prem Sichanugrist and Chris Toomey
2013-03-09
1
-0
/
+183