mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
User Profile enhancements:
- Added PreloadStore support to avoid duplicate requests - preliminary SEO - Support for opengraph/twitter cards
This commit is contained in:
@ -218,6 +218,7 @@ describe User do
|
||||
|
||||
its(:email_tokens) { should be_present }
|
||||
its(:bio_cooked) { should be_present }
|
||||
its(:bio_summary) { should be_present }
|
||||
its(:topics_entered) { should == 0 }
|
||||
its(:posts_read_count) { should == 0 }
|
||||
end
|
||||
|
Reference in New Issue
Block a user