Skip to content

Commit 613f90e

Browse files
committed
fix missing white space in 8, 9 acceptenace tests
1 parent 49b9384 commit 613f90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/server_instance_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# run a test task
44
require 'spec_helper_acceptance'
55

6-
describe 'postgresql instance test1', if: os[:family] == 'redhat' && os[:release].to_i.between?(8,9) do
6+
describe 'postgresql instance test1', if: os[:family] == 'redhat' && os[:release].to_i.between?(8, 9) do
77
pp = <<-MANIFEST
88
# set global defaults
99
class { 'postgresql::globals':

0 commit comments

Comments
 (0)