diff --git a/railties/test/application/rake_test.rb b/railties/test/application/rake_test.rb index 8e6628cff58b90991a4977976cccccefc60789d9..1a786a3fd344aa7ae122d072593f642cfa05fc62 100644 --- a/railties/test/application/rake_test.rb +++ b/railties/test/application/rake_test.rb @@ -24,7 +24,7 @@ def test_gems_tasks_are_loaded_first_than_application_ones assert $task_loaded end - test "task is protected when previous migration was production" do + test "task is protected when previous migration was production" do Dir.chdir(app_path) do output = `bin/rails generate model product name:string; env RAILS_ENV=production bin/rails db:create db:migrate;