Loading spec/defines/sql_spec.rb +5 −3 Original line number Diff line number Diff line Loading @@ -115,7 +115,9 @@ describe 'freeradius::sql' do end # it do # expect(catalogue).to satisfy('contain connect_timeout warning') { |c| c.resource_refs.any? { |r| r =~ %r{^warning_test: The `pool_connect_timeout` parameter requires FreeRADIUS 3.1.x.*In the future/} } } # expect(catalogue).to satisfy('contain connect_timeout warning') do |c| # c.resource_refs.any? { |r| r =~ %r{^warning_test: The `pool_connect_timeout` parameter requires FreeRADIUS 3.1.x.*In the future/} } # end # end end end Loading Loading
spec/defines/sql_spec.rb +5 −3 Original line number Diff line number Diff line Loading @@ -115,7 +115,9 @@ describe 'freeradius::sql' do end # it do # expect(catalogue).to satisfy('contain connect_timeout warning') { |c| c.resource_refs.any? { |r| r =~ %r{^warning_test: The `pool_connect_timeout` parameter requires FreeRADIUS 3.1.x.*In the future/} } } # expect(catalogue).to satisfy('contain connect_timeout warning') do |c| # c.resource_refs.any? { |r| r =~ %r{^warning_test: The `pool_connect_timeout` parameter requires FreeRADIUS 3.1.x.*In the future/} } # end # end end end Loading