Skip to content

Instantly share code, notes, and snippets.

@terrbear
Created June 12, 2009 16:22
Show Gist options
  • Select an option

  • Save terrbear/128738 to your computer and use it in GitHub Desktop.

Select an option

Save terrbear/128738 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment