Removes Changelog detection

This commit is contained in:
erwanlr
2019-03-28 13:40:58 +00:00
parent 1cf330b389
commit 0aa1f20d47
11 changed files with 2 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ shared_examples 'App::Views::MainTheme' do
before do
expect(target).to receive(:content_dir).at_least(1).and_return('wp-content')
# Stub all requests to 200, to detect a readme and changelog.
# Stub all requests to 200, to detect the readme.
# Detection of the error_log will fail as the empty body won't match the patterns
stub_request(:head, /.*/)
stub_request(:get, /.*/)