mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert font awesome 5 changes
We are still pushing ahead on this 100% just need a bit longer to prepare all plugins
This commit is contained in:
@@ -820,22 +820,4 @@ describe Group do
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
it "allows Font Awesome 4.7 syntax as group avatar flair" do
|
||||
group = Fabricate(:group)
|
||||
group.flair_url = "fa-air-freshener"
|
||||
group.save
|
||||
|
||||
group = Group.find(group.id)
|
||||
expect(group.flair_url).to eq("fa-air-freshener")
|
||||
end
|
||||
|
||||
it "allows Font Awesome 5 syntax as group avatar flair" do
|
||||
group = Fabricate(:group)
|
||||
group.flair_url = "fab fa-bandcamp"
|
||||
group.save
|
||||
|
||||
group = Group.find(group.id)
|
||||
expect(group.flair_url).to eq("fab fa-bandcamp")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user