terrbear (owner)

Revisions

gist: 128738 Download_button fork
public
Public Clone URL: git://gist.github.com/128738.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
  def test_synch_user_repository_convs_grabs_images
    conv = convs(:conv207_private)
    conv.body = '<img src="http://test.host/doc/show/4"/>'
    conv.synch_user_repository_convs
    conv.reload
    assert conv.body =~ /convs\/207/, "convs string wasn't appended to image"
  end