From c037659294555298889a7102c580240804f44d84 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 5 Apr 2013 14:22:29 -0700 Subject: do not blow away the test database on every run --- railties/test/application/test_runner_test.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'railties/test/application') diff --git a/railties/test/application/test_runner_test.rb b/railties/test/application/test_runner_test.rb index 2839fadee6..405f6af295 100644 --- a/railties/test/application/test_runner_test.rb +++ b/railties/test/application/test_runner_test.rb @@ -58,16 +58,6 @@ module ApplicationTests assert_match "syntax error", error_stream.read end - def test_invoke_rake_db_test_load - app_file "lib/tasks/test.rake", <<-RUBY - task 'db:test:load' do - puts "Hello World" - end - RUBY - create_test_file - assert_match "Hello World", run_test_command - end - def test_run_models create_test_file :models, 'foo' create_test_file :models, 'bar' -- cgit v1.2.3