Fix trailing whitespace
This commit is contained in:
parent
5e6663a21a
commit
39451c9554
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue