Created
June 12, 2009 16:22
-
-
Save terrbear/128738 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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