Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix requires so tests run | Jeremy Kemper | 2009-04-14 | 1 | -2/+2 |
| | |||||
* | Include process methods in ActionController::TestCase only. No need to ↵ | Jeremy Kemper | 2009-01-09 | 1 | -1/+1 |
| | | | | alias_method_chain :process either. | ||||
* | Consolidate test_help requires | Jeremy Kemper | 2009-01-06 | 1 | -2/+1 |
| | |||||
* | Fix a typo in test helper | Pratik Naik | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | Dont require 'application' when running tests | Pratik Naik | 2008-11-18 | 1 | -2/+0 |
| | |||||
* | Explicitly require test/unit so tests autorun | Jeremy Kemper | 2008-11-17 | 1 | -0/+4 |
| | |||||
* | Move fixtures settings from AR::TestCase to railties test_help | Jeremy Kemper | 2008-11-12 | 1 | -8/+14 |
| | |||||
* | Set up fixtures in app's test_help | Jeremy Kemper | 2008-11-07 | 1 | -7/+8 |
| | |||||
* | Remove superfluous test_process require | Jeremy Kemper | 2008-06-12 | 1 | -2/+1 |
| | |||||
* | Re-enable the debugger in testing | David Heinemeier Hansson | 2008-01-09 | 1 | -0/+8 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8613 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 ↵ | Rick Olson | 2007-11-11 | 1 | -1/+1 |
| | | | | | | [defunkt] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8127 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove broken require | Michael Koziarski | 2007-10-26 | 1 | -1/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce TestCase subclasses for testing rails applications allowing tests ↵ | Michael Koziarski | 2007-10-26 | 1 | -0/+4 |
| | | | | | | to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8022 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove duplication in test_help.rb Closes #3328 [jarkko] | Michael Koziarski | 2007-09-02 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7395 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ↵ | David Heinemeier Hansson | 2007-04-28 | 1 | -1/+0 |
| | | | | | | by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Don't require AWS test_invoke in railties test helper [blaine] | David Heinemeier Hansson | 2007-04-24 | 1 | -1/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6575 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | merge 5639 to trunk | Michael Koziarski | 2006-11-27 | 1 | -1/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5640 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | be sure to require_dependency on 'application', so that dependency loading ↵ | Jamis Buck | 2006-08-08 | 1 | -1/+1 |
| | | | | | | is honored correctly git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4731 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | rename 'integration_test.rb' -> 'integration.rb' | Jamis Buck | 2006-03-18 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3923 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 1 | -0/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3702 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = ↵ | David Heinemeier Hansson | 2005-11-09 | 1 | -0/+4 |
| | | | | | | "production" in config/environment.rb doesnt wreck havok [DHH] (closes #2660) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2955 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Should be RAILS_ROOT/test/fixtures. | Scott Barron | 2005-10-15 | 1 | -3/+3 |
| | | | | | | | Closes #2476 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2616 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed the overeager test running | David Heinemeier Hansson | 2005-10-15 | 1 | -4/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2609 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Cleaned up test_helper | David Heinemeier Hansson | 2005-10-15 | 1 | -0/+15 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2606 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |