I would like to use page.should have_no_content to check if the page doesn\'t display the label to user, here what it is in HTML:
I found another way to implement should not have
page.should_not( have_content(arg1))