settermjd/podcast-site

View on GitHub
tests/acceptance/RssFeedCept.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$I = new AcceptanceTester($scenario);
$I->wantTo('Ensure that the RSS Feed works');
$I->amOnPage('/rss');
$I->see("http://freethegeek.fm/episode/episode-0001", "//rss/channel/item/link");
$I->amOnPage('/rss.xml');