You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe 'unexpected wrong result' do
it 'MUST be TRUE with negative and html' do
expect("<p>My paragraph.</p>").not_to have_tag 'html' # => failure !ERROR!
end
it 'MUST be TRUE with negative and body' do
expect("<p>My paragraph.</p>").not_to have_tag 'body' # => failure !ERROR!
end
end