be less strict in asserting post template as not all small frames are .post(which seems weird)
This commit is contained in:
parent
bca3046cad
commit
9af48d85aa
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def finalize_frame
|
||||||
end
|
end
|
||||||
|
|
||||||
def assert_post_renders_with(mood)
|
def assert_post_renders_with(mood)
|
||||||
find(".post.#{mood.downcase}").should be_present
|
find(".#{mood.downcase}").should be_present
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_image_filename(filename)
|
def get_image_filename(filename)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue