diff options
author | Alexis Reigel <mail@koffeinfrei.org> | 2017-09-27 13:21:58 +0200 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2018-06-05 16:20:20 +0200 |
commit | bf27c6841c1cb6b68f67d33d6eb2de63ad8b390f (patch) | |
tree | 460a34d05f75d31bb88500fed7c3c7b38830ce70 /spec/models/group_spec.rb | |
parent | 0a76bcb412b6a193d30c930312ac40dc21e777e6 (diff) | |
download | gitlab-ce-bf27c6841c1cb6b68f67d33d6eb2de63ad8b390f.tar.gz |
send ico files with inline disposition
Diffstat (limited to 'spec/models/group_spec.rb')
-rw-r--r-- | spec/models/group_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb index f83b52e8975..8f1f4938065 100644 --- a/spec/models/group_spec.rb +++ b/spec/models/group_spec.rb @@ -240,7 +240,7 @@ describe Group do it "is false if avatar is html page" do group.update_attribute(:avatar, 'uploads/avatar.html') - expect(group.avatar_type).to eq(["file format is not supported. Please try one of the following supported formats: png, jpg, jpeg, gif, bmp, tiff"]) + expect(group.avatar_type).to eq(["file format is not supported. Please try one of the following supported formats: png, jpg, jpeg, gif, bmp, tiff, ico"]) end end |