aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/test_help.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix requires so tests runJeremy Kemper2009-04-141-2/+2
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-091-1/+1
* Consolidate test_help requiresJeremy Kemper2009-01-061-2/+1
* Fix a typo in test helperPratik Naik2008-11-181-1/+1
* Dont require 'application' when running testsPratik Naik2008-11-181-2/+0
* Explicitly require test/unit so tests autorunJeremy Kemper2008-11-171-0/+4
* Move fixtures settings from AR::TestCase to railties test_helpJeremy Kemper2008-11-121-8/+14
* Set up fixtures in app's test_helpJeremy Kemper2008-11-071-7/+8
* Remove superfluous test_process requireJeremy Kemper2008-06-121-2/+1
* Re-enable the debugger in testingDavid Heinemeier Hansson2008-01-091-0/+8
* Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d...Rick Olson2007-11-111-1/+1
* Remove broken requireMichael Koziarski2007-10-261-1/+0
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+4
* Remove duplication in test_help.rb Closes #3328 [jarkko]Michael Koziarski2007-09-021-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-1/+0
* Don't require AWS test_invoke in railties test helper [blaine]David Heinemeier Hansson2007-04-241-1/+0
* merge 5639 to trunkMichael Koziarski2006-11-271-1/+2
* be sure to require_dependency on 'application', so that dependency loading is...Jamis Buck2006-08-081-1/+1
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-181-1/+1
* Add integration test support to app generation and testingJamis Buck2006-02-281-0/+1
* Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "...David Heinemeier Hansson2005-11-091-0/+4
* Should be RAILS_ROOT/test/fixtures.Scott Barron2005-10-151-3/+3
* Fixed the overeager test runningDavid Heinemeier Hansson2005-10-151-4/+2
* Cleaned up test_helperDavid Heinemeier Hansson2005-10-151-0/+15