diff --git a/.template/spec/addons/base/github/template_spec.rb b/.template/spec/addons/base/github/template_spec.rb index b7f028d0..43059d04 100644 --- a/.template/spec/addons/base/github/template_spec.rb +++ b/.template/spec/addons/base/github/template_spec.rb @@ -21,9 +21,7 @@ # TODO: Can't test this as it is now ignored by `.dockerignore` xit 'modifies the README.md' do - expect(file('README.md')).to contain('## Documentation') - - expect(file('README.md')).not_to contain('## Getting Started') + expect(file('README.md')).not_to contain('## Get Started') expect(file('README.md')).not_to contain('## Testing') expect(file('README.md')).not_to contain('## CI/CD') end @@ -67,12 +65,6 @@ it 'exists' do expect(file('.github/wiki/Testing.md')).to exist end - - it 'contains the correct content extracted from README.md' do - expect(file('.github/wiki/Testing.md')).to contain('### Docker-based tests on the CI server') - expect(file('.github/wiki/Testing.md')).to contain('### Test') - expect(file('.github/wiki/Testing.md')).to contain('### Automated Code Review Setup') - end end describe '.github/wiki/Contribution-Guide.md' do