1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -24,7 +24,7 @@ module ApplicationTests
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;