Skip to content
Snippets Groups Projects
Commit bce6a891 authored by Andrew McCallum's avatar Andrew McCallum
Browse files

Fix spelling mistake.

parent ae106913
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment