Sha256: 8e9a3aa38da5ff94ab5f1967dd6e6e7195956b94ac1eb2d4a365b50116b5f999
Contents?: true
Size: 713 Bytes
Versions: 31
Compression:
Stored size: 713 Bytes
Contents
describe HybridPlatformsConductor::TestsRunner do context 'when checking test reports plugins' do context 'with confluence' do it 'returns Confluence info' do with_repository do platforms = <<~EO_CONFIG confluence( url: 'https://my_confluence.my_domain.com', inventory_report_page_id: '123456' ) EO_CONFIG with_platforms platforms do expect(test_config.confluence_info).to eq( url: 'https://my_confluence.my_domain.com', inventory_report_page_id: '123456', tests_report_page_id: nil ) end end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems