diff options
author | Michael Chmielewski <code@mikec.123mail.org> | 2015-10-24 22:41:51 -0400 |
---|---|---|
committer | Michael Chmielewski <code@mikec.123mail.org> | 2015-10-28 22:34:39 -0400 |
commit | 8e8fb87d4091f05a75929d6daa3bbe6862e2dda1 (patch) | |
tree | 5e0915138e07275bf61c0f335f4a6b174e710ab1 /spec/models | |
parent | 8e3a316121ba0814997cc66a8ef00fb97ea0f200 (diff) | |
download | gitlab-ce-8e8fb87d4091f05a75929d6daa3bbe6862e2dda1.tar.gz |
Trailing new lines at ends of files are important.
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/repository_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/repository_spec.rb b/spec/models/repository_spec.rb index 9d5859f1476..a6973ea8fcb 100644 --- a/spec/models/repository_spec.rb +++ b/spec/models/repository_spec.rb @@ -100,4 +100,4 @@ describe Repository do it { expect(subject.data.lines[2]).to eq(" - Feature: Replace teams with group membership\n") } end end -end
\ No newline at end of file +end |