Commit bce6a891 authored by Andrew McCallum's avatar Andrew McCallum

Fix spelling mistake.

parent ae106913
......@@ -668,8 +668,8 @@ describe Repository do
expect(results.first).to eq('files/html/500.html')
end
it 'ignores root slash' do
result = repository.search_files_by_name('/files', 'master')
it 'ignores leading slashes' do
results = repository.search_files_by_name('/files', 'master')
expect(results.first).to eq('files/html/500.html')
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment