diff options
author | James Lopez <james@jameslopez.es> | 2016-04-20 11:50:07 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-04-20 11:50:07 +0200 |
commit | 976593fa7fd657437c68ade72f2061260318e7a9 (patch) | |
tree | e5cba458ffa5222e80f868cf02b75e1a34e701b0 /spec/models/concerns | |
parent | c0948396d1fd8bf4cbd187f33583b2f6db5d2178 (diff) | |
download | gitlab-ce-976593fa7fd657437c68ade72f2061260318e7a9.tar.gz |
final line missing
Diffstat (limited to 'spec/models/concerns')
-rw-r--r-- | spec/models/concerns/issuable_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/concerns/issuable_spec.rb b/spec/models/concerns/issuable_spec.rb index 6b61bbb2fab..63a0a47e923 100644 --- a/spec/models/concerns/issuable_spec.rb +++ b/spec/models/concerns/issuable_spec.rb @@ -236,4 +236,4 @@ describe Issue, "Issuable" do issue.labels << labels end end -end
\ No newline at end of file +end |