Pull out https/hostname setup for request specs to shared config (#31622)
This commit is contained in:
parent
dc2f67f69b
commit
ef4920c6c9
5 changed files with 21 additions and 11 deletions
|
@ -14,7 +14,7 @@ describe 'The account show page' do
|
|||
expect(head_meta_content('og:title')).to match alice.display_name
|
||||
expect(head_meta_content('og:type')).to eq 'profile'
|
||||
expect(head_meta_content('og:image')).to match '.+'
|
||||
expect(head_meta_content('og:url')).to match 'http://.+'
|
||||
expect(head_meta_content('og:url')).to eq short_account_url(username: alice.username)
|
||||
end
|
||||
|
||||
def head_link_icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue