MR factory has source_branch and target branch reversed
The source/target branches are reversed meaning that when testing the MR diff page there are lots changes and the one file which should have changed isn't there.
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/factories/merge_requests.rb#L17
source_branch "master"
target_branch "feature"
Edited by 🤖 GitLab Bot 🤖