@ows_metadata
Feature: XML Hulu TV
  In order to ensure Hulu TV XML is valid

  Scenario: Has a title node
    Given I have a film XML for dms 392 for upc 885686530009
    Then the XML should have a title tag

  Scenario: Has a season node
    Given I have a film XML for dms 392 for upc 885686530009
    Then the XML should have a season tag

  Scenario: Has a video node that has a rating subnode
    Given I have a film XML for dms 392 for upc 885686530009
    Then there should be a video parent node with a rating child node
