Fix randomly failing profile federation spec

same as #6913
This commit is contained in:
cmrd Senya 2016-07-12 10:56:33 +03:00
parent 59fb227d95
commit 035a483a7a

View file

@ -360,7 +360,7 @@ describe Diaspora::Federation::Receive do
expect(profile.location).to eq(profile_entity.location)
expect(profile.searchable).to eq(profile_entity.searchable)
expect(profile.nsfw).to eq(profile_entity.nsfw)
expect(profile.tag_string).to eq(profile_entity.tag_string)
expect(profile.tag_string.split(" ")).to match_array(profile_entity.tag_string.split(" "))
end
end