<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: RSpec your functional tests</title>
	<atom:link href="http://www.practicalguile.com/articles/ruby/rspec-your-functional-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.practicalguile.com/articles/ruby/rspec-your-functional-tests/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 13:39:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aslak HellesÃ¸y</title>
		<link>http://www.practicalguile.com/articles/ruby/rspec-your-functional-tests/#comment-581</link>
		<dc:creator>Aslak HellesÃ¸y</dc:creator>
		<pubDate>Thu, 10 May 2007 20:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalguile.com/articles/ruby/rspec-your-functional-tests/#comment-581</guid>
		<description>The out of the box Watir support is not limited to IE. You can also use it with Safariwatir, which implements the same API as the original Watir.

Further, you can use it with Selenium-RC with Spec::Ui 0.2.0 - but without the custom matchers, your expectations just won't read as well as for watir (yet):

# Selenium-RC
@browser.is_text_present("Ali G").should be_false

# Watir
@browser.should_not have_text("Ali G")</description>
		<content:encoded><![CDATA[<p>The out of the box Watir support is not limited to IE. You can also use it with Safariwatir, which implements the same API as the original Watir.</p>
<p>Further, you can use it with Selenium-RC with Spec::Ui 0.2.0 - but without the custom matchers, your expectations just won&#8217;t read as well as for watir (yet):</p>
<p># Selenium-RC<br />
@browser.is_text_present(&#8221;Ali G&#8221;).should be_false</p>
<p># Watir<br />
@browser.should_not have_text(&#8221;Ali G&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
