Skip to content

Commit 265ee19

Browse files
author
Patrick Robinson
committed
Fix failing tests
1 parent e74069c commit 265ee19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/classes/puppet_passenger_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:passenger_high_performance => true,
1818
:passenger_max_requests => '1000',
1919
:passenger_stat_throttle_rate => '30',
20+
:passenger_root => nil,
2021
}
2122
end
2223
context 'on Debian' do
@@ -124,6 +125,7 @@
124125
:passenger_high_performance => true,
125126
:passenger_max_requests => '1000',
126127
:passenger_stat_throttle_rate => '30',
128+
:passenger_root => nil,
127129
}
128130
end
129131
it {

0 commit comments

Comments
 (0)