Fix trailing whitespace

This commit is contained in:
James Lopez 2018-11-15 13:06:00 +00:00
parent 5e6663a21a
commit 39451c9554
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ describe Gitlab::FileDetector do
it 'returns the type of a README file' do
filenames = Gitlab::MarkupHelper::PLAIN_FILENAMES + Gitlab::MarkupHelper::PLAIN_FILENAMES.map(&:upcase)
extensions = Gitlab::MarkupHelper::EXTENSIONS + Gitlab::MarkupHelper::EXTENSIONS.map(&:upcase)
filenames.each do |filename|
expect(described_class.type_of(filename)).to eq(:readme)
extensions.each do |extname|