be less strict in asserting post template as not all small frames are .post(which seems weird)

This commit is contained in:
Maxwell Salzberg 2012-05-14 17:38:03 -07:00
parent bca3046cad
commit 9af48d85aa

View file

@ -38,7 +38,7 @@ def finalize_frame
end
def assert_post_renders_with(mood)
find(".post.#{mood.downcase}").should be_present
find(".#{mood.downcase}").should be_present
end
def get_image_filename(filename)