aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* `:nodoc: all` does not remove the constants from the API. [ci skip]Yves Senn2014-06-241-2/+2
* Revert "Merge pull request #12778 from etehtsea/rake-default-fix"Yves Senn2014-05-281-1/+1
* Merge pull request #12778 from etehtsea/rake-default-fixRafael Mendonça França2014-03-281-1/+1
|\
| * Don't load test env by defaultKonstantin Shabanov2013-11-111-1/+1
* | rbconfig is not used in these filesArun Agrawal2013-12-261-1/+0
|/
* Update testing.rake with more accurate description of test task.Josef Šimánek2013-10-291-1/+1
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-161-1/+5
* Removed unused deprecation requires.Paul Nikitochkin2013-07-031-1/+0
* Making the rake file for tests easier to read.wangjohn2013-06-252-15/+45
* Removing deprecation message and silencing method.wangjohn2013-06-261-18/+0
* Removing deprecated rake tasks.wangjohn2013-06-241-62/+0
* condition simplifiedOleg Sukhodolsky2013-05-281-1/+1
* Fixes bug 10628.Scott Hill2013-05-151-1/+1
* Refactoring the creation of TestTasks to remove code duplication.wangjohn2013-05-021-18/+4
* Moved the check for the rails test environment into rails/test_unit so that youwangjohn2013-04-231-0/+4
* remove unused variablesVipul A M2013-04-061-1/+0
* rake test app/model/foo.rb and rake test models/foo worksAaron Patterson2013-04-051-3/+23
* extract test info from the command line and set up the test taskAaron Patterson2013-04-051-4/+6
* add a class for splitting up rake commandsAaron Patterson2013-04-051-0/+35
* Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-04-051-7/+10
* Merge branch 'master' into railstestAaron Patterson2013-04-051-0/+4
|\
* | check pending migrations against the test dbAaron Patterson2013-04-031-15/+1
* | a test file can be provided to rake, e.g.:Aaron Patterson2013-04-031-1/+10
* | switch to Rails::TestTaskAaron Patterson2013-04-032-25/+34
* | Revert "Update Rake tasks to call `rails test` instead"Aaron Patterson2013-04-031-28/+52
* | Revert "Warning removed unused variable task_name"Aaron Patterson2013-04-031-0/+1
|/
* Warning removed unused variable task_nameArun Agrawal2013-03-151-1/+0
* Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-03-091-52/+28
* Added test:all and test:all:db tasks to speed up full test runs.Ryan Davis2013-02-041-0/+12
* remove performance tests from the default stackYves Senn2013-01-102-2/+1
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-11/+0
* Rake test:uncommitted finds git directory in ancestors.Nicolas Despres2012-11-101-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-142-16/+16
* Update test locationsMike Moore2012-10-091-6/+30
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-2/+2
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-2/+2
* ignore .gitignore'd files in rake test:uncomittedAkira Matsuda2012-06-121-1/+1
* Fix that failed tests should exit with a nonzero error code.Jeremy Kemper2012-02-072-31/+17
* Rails::Plugin has goneSantiago Pastorino2012-01-031-11/+1
* Move SubTestTask. Soften up tests.Jeremy Kemper2011-12-212-38/+37
* Restore `rake TEST=test/unit/foo_test.rb` support.Jeremy Kemper2011-12-211-1/+5
* Rails::SubTestTask warns on test failure and moves on. Renamed from TestTaskW...Jeremy Kemper2011-12-211-45/+38
* Refactor test:uncommitted task.Arun Agrawal2011-11-091-10/+3
* Should be checking if file exists or not.Arun Agrawal2011-11-081-3/+9
* method redefined warning removed!Arun Agrawal2011-10-291-0/+1
* testing.rake should set the default task, closes #2564José Valim2011-10-071-0/+2
* For svn files also spilt requiredArun Agrawal2011-07-231-1/+1
* Spliting the ouput of git ls-files for running tasks Fixes #713Arun Agrawal2011-07-231-1/+1
* Add test to rake test for error messagesWen-Tien Chang2011-06-301-1/+5
* Make "rake test" display not only task name but also exception message.Wen-Tien Chang2011-06-291-2/+2