From 02dfb239fa953ebfbc9a9e7d10d71e3b03e5cf11 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Mon, 27 Nov 2006 05:19:15 +0000 Subject: merge 5639 to trunk git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5640 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/test_help.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/railties/lib/test_help.rb b/railties/lib/test_help.rb index 12aaf9753f..0c6a8178c5 100644 --- a/railties/lib/test_help.rb +++ b/railties/lib/test_help.rb @@ -1,6 +1,6 @@ require_dependency 'application' -# Make double-sure the RAILS_ENV is set to test, +# Make double-sure the RAILS_ENV is set to test, # so fixtures are loaded to the right database silence_warnings { RAILS_ENV = "test" } @@ -12,6 +12,7 @@ require 'action_web_service/test_invoke' require 'breakpoint' Test::Unit::TestCase.fixture_path = RAILS_ROOT + "/test/fixtures/" +ActionController::IntegrationTest.fixture_path = Test::Unit::TestCase.fixture_path def create_fixtures(*table_names) Fixtures.create_fixtures(RAILS_ROOT + "/test/fixtures", table_names) -- cgit v1.2.3