File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 646646 # - $passenger_sticky_sessions : since 4.0.45.
647647 # - $passenger_sticky_sessions_cookie_name : since 4.0.45.
648648 # - $passenger_thread_count : since 4.0.0.
649- # - $passenger_use_global_queue : since 2.0.4.Deprecated in 4.0.0.
650649 # - $passenger_user : since 4.0.0.
651650 # - $passenger_user_switching : since 3.0.0.
652651
Original file line number Diff line number Diff line change 214214 it { is_expected . to raise_error ( %r{passenger_instance_registry_dir is not introduced until version 5.0.0} ) }
215215 end
216216
217- describe 'fails when an option is removed' do
218- let :params do
219- {
220- passenger_installed_version : '5.3.0' ,
221- passenger_resist_deployment_errors : 'on'
222- }
223- end
224-
225- it { is_expected . to raise_error ( %r{REMOVED PASSENGER OPTION} ) }
226- end
217+ # describe 'fails when an option is removed' do
218+ # let :params do
219+ # {
220+ # passenger_installed_version: '5.3.0',
221+ # passenger_resist_deployment_errors: 'on'
222+ # }
223+ # end
224+
225+ # it { is_expected.to raise_error(%r{REMOVED PASSENGER OPTION}) }
226+ # end
227227
228228 describe 'warns when an option is deprecated' do
229229 let :params do
You can’t perform that action at this time.
0 commit comments