From c1e586aa0205dfec37daf5df935f4a7c692b9868 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 17 Dec 2019 09:30:32 +0000 Subject: [PATCH] Remove docs test --- spec/unit/documentation/readme_spec.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 spec/unit/documentation/readme_spec.rb 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 -- 2.45.2