| Commit message (Expand) | 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 alias_... | Jeremy Kemper | 2009-01-09 | 1 | -1/+1 |
* | 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 |
* | Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d... | Rick Olson | 2007-11-11 | 1 | -1/+1 |
* | Remove broken require | Michael Koziarski | 2007-10-26 | 1 | -1/+0 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+4 |
* | Remove duplication in test_help.rb Closes #3328 [jarkko] | Michael Koziarski | 2007-09-02 | 1 | -1/+1 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -1/+0 |
* | Don't require AWS test_invoke in railties test helper [blaine] | David Heinemeier Hansson | 2007-04-24 | 1 | -1/+0 |
* | merge 5639 to trunk | Michael Koziarski | 2006-11-27 | 1 | -1/+2 |
* | be sure to require_dependency on 'application', so that dependency loading is... | Jamis Buck | 2006-08-08 | 1 | -1/+1 |
* | rename 'integration_test.rb' -> 'integration.rb' | Jamis Buck | 2006-03-18 | 1 | -1/+1 |
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 1 | -0/+1 |
* | Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "... | David Heinemeier Hansson | 2005-11-09 | 1 | -0/+4 |
* | Should be RAILS_ROOT/test/fixtures. | Scott Barron | 2005-10-15 | 1 | -3/+3 |
* | Fixed the overeager test running | David Heinemeier Hansson | 2005-10-15 | 1 | -4/+2 |
* | Cleaned up test_helper | David Heinemeier Hansson | 2005-10-15 | 1 | -0/+15 |