From: David Schmitt Date: Tue, 17 Dec 2019 09:30:32 +0000 (+0000) Subject: Remove docs test X-Git-Tag: v2.3.0~17^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fpdksync_travis-updates;p=puppet-modules%2Fpuppetlabs-firewall.git Remove docs test --- diff --git a/spec/unit/documentation/readme_spec.rb b/spec/unit/documentation/readme_spec.rb deleted file mode 100644 index e4dc37b..0000000 --- a/spec/unit/documentation/readme_spec.rb +++ /dev/null @@ -1,6 +0,0 @@ -describe 'formatting in README.markdown' do - it 'does not contain badly formatted heading markers' do - content = File.read('README.markdown') - expect(content).not_to match %r{^#+[^# ]} - end -end