diff --git a/app/models/runtime/process_model.rb b/app/models/runtime/process_model.rb index 73817cac92d..2ceee5313ae 100644 --- a/app/models/runtime/process_model.rb +++ b/app/models/runtime/process_model.rb @@ -607,7 +607,5 @@ def logger end end end - - App = ProcessModel # rubocop:enable ClassLength end diff --git a/spec/unit/models/runtime/process_model_spec.rb b/spec/unit/models/runtime/process_model_spec.rb index f500b88998f..7d2488dce88 100644 --- a/spec/unit/models/runtime/process_model_spec.rb +++ b/spec/unit/models/runtime/process_model_spec.rb @@ -1732,12 +1732,5 @@ def act_as_cf_admin end end end - - describe 'App alias' do - it_should_be_removed( - by: '2018/07/05', - explanation: 'We renamed App to ProcessModel in July 2017. It should be safe to remove the alias now without breaking DelayedJob jobs during rolling deploys' - ) - end end end