From 48acc9aefc7d63d138a2cbc00f17386ff1a0e1ef Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sat, 5 Mar 2016 10:37:30 +0900 Subject: [PATCH] Fix indentation [ci skip] Follow up to #24050. --- railties/test/application/rake_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/test/application/rake_test.rb b/railties/test/application/rake_test.rb index 8e6628cff5..1a786a3fd3 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; -- GitLab