This commit is contained in:
Christian Mehlmauer
2017-10-09 12:43:35 +02:00
parent a764bdd993
commit 2f5599c863

View File

@@ -16,7 +16,7 @@ shared_examples 'WpItem::Infos' do
end end
context 'when the file exists' do context 'when the file exists' do
%w{readme.txt README.TXT}.each do |readme| %w{readme.txt readme.md}.each do |readme|
it 'returns the correct url' do it 'returns the correct url' do
url = uri.merge(readme).to_s url = uri.merge(readme).to_s
@expected = url @expected = url