Merge branch 'fix/blob-controller-spec' into 'master'

Fix blob controller spec failure

See merge request !7814
This commit is contained in:
Sean McGivern 2016-11-29 12:32:21 +00:00
commit 35e6c2baca
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ describe Projects::BlobController do
put :update, mr_params
after_edit_path = diffs_namespace_project_merge_request_path(project.namespace, project, merge_request)
file_anchor = "#file-path-#{Digest::SHA1.hexdigest('CHANGELOG')}"
file_anchor = "##{Digest::SHA1.hexdigest('CHANGELOG')}"
expect(response).to redirect_to(after_edit_path + file_anchor)
end