Fix indentation [ci skip]

Follow up to #24050.
This commit is contained in:
Ryuta Kamizono 2016-03-05 10:37:30 +09:00
parent 54286878c6
commit 48acc9aefc

@ -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;