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 646
646
# - $passenger_sticky_sessions : since 4.0.45.
647
647
# - $passenger_sticky_sessions_cookie_name : since 4.0.45.
648
648
# - $passenger_thread_count : since 4.0.0.
649
- # - $passenger_use_global_queue : since 2.0.4.Deprecated in 4.0.0.
650
649
# - $passenger_user : since 4.0.0.
651
650
# - $passenger_user_switching : since 3.0.0.
652
651
Original file line number Diff line number Diff line change 214
214
it { is_expected . to raise_error ( %r{passenger_instance_registry_dir is not introduced until version 5.0.0} ) }
215
215
end
216
216
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
227
227
228
228
describe 'warns when an option is deprecated' do
229
229
let :params do
You can’t perform that action at this time.
0 commit comments