change all emoji image tests to use ?v=1

This commit is contained in:
Jeff Atwood
2015-12-22 14:36:21 -08:00
parent 95749fdeb7
commit e03861da7e
6 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ Fabricator(:post_with_plenty_of_images, from: :post) do
<aside class="quote"><img src="/uploads/default/1/1234567890123456.jpg"></aside>
<div class="onebox-result"><img src="/uploads/default/1/1234567890123456.jpg"></div>
<div class="onebox"><img src="/uploads/default/1/1234567890123456.jpg"></div>
<p>With an emoji! <img src="//cdn.discourse.org/meta/images/emoji/twitter/smile.png?v=0" title=":smile:" class="emoji" alt="smile" width="72" height="72"></p>
<p>With an emoji! <img src="//cdn.discourse.org/meta/images/emoji/twitter/smile.png?v=1" title=":smile:" class="emoji" alt="smile" width="72" height="72"></p>
'
end