FIX: show user avatar on User summary page (#6872)

This commit is contained in:
Arpit Jalan
2019-01-11 23:39:06 +05:30
committed by GitHub
parent 83f0afbec9
commit 5e0f9eadb8
3 changed files with 33 additions and 3 deletions

View File

@ -22,6 +22,8 @@ describe BasicUserSerializer do
expect(json[:name]).to be_blank
end
it "returns the avatar_template" do
expect(json[:avatar_template]).to be_present
end
end
end