<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dead simple JavaScript Unit Testing in Rails</title>
	<atom:link href="http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Mon, 30 Apr 2012 17:04:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Testa hoje teu código JavaScript numa aplicação Rails 3 com Blue Ridge</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-214954</link>
		<dc:creator>Testa hoje teu código JavaScript numa aplicação Rails 3 com Blue Ridge</dc:creator>
		<pubDate>Sun, 27 Jun 2010 20:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-214954</guid>
		<description>[...] não conheçam o Blue-Ridge, o Dr. Nic publicou faz um tempo um post onde explica a ferramenta e onde também publicou o video de uma palestra que ele deu no Rails [...]</description>
		<content:encoded><![CDATA[<p>[...] não conheçam o Blue-Ridge, o Dr. Nic publicou faz um tempo um post onde explica a ferramenta e onde também publicou o video de uma palestra que ele deu no Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-204442</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sun, 18 Apr 2010 23:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-204442</guid>
		<description>@micah, I think someone else mentioned the $.fn.clone method after the session. I completely forgot about it til now. It could be quickly tested in a before/after block pair before being imported into blueridge.</description>
		<content:encoded><![CDATA[<p>@micah, I think someone else mentioned the $.fn.clone method after the session. I completely forgot about it til now. It could be quickly tested in a before/after block pair before being imported into blueridge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testing the javascripts &#171; The Stickies Project</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-193117</link>
		<dc:creator>Testing the javascripts &#171; The Stickies Project</dc:creator>
		<pubDate>Thu, 31 Dec 2009 21:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-193117</guid>
		<description>[...] and I have a lot of respect for their code. There are other blog posts (Jason Rudolph&#8217;s and Dr Nic&#8217;s) that outline the inner details and usage of Blue Ridge (it packages other tools, such as [...]</description>
		<content:encoded><![CDATA[<p>[...] and I have a lot of respect for their code. There are other blog posts (Jason Rudolph&#8217;s and Dr Nic&#8217;s) that outline the inner details and usage of Blue Ridge (it packages other tools, such as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; Rails Reading - December 16, 2009</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-192573</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; Rails Reading - December 16, 2009</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-192573</guid>
		<description>[...]  Dr Nic ’s Dead simple JavaScript Unit Testing in Rails  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Dr Nic ’s Dead simple JavaScript Unit Testing in Rails  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190800</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 16 Nov 2009 01:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190800</guid>
		<description>@micah, the minimalistic option is to drop a note in the Issues tracker for the project on github with your gist etc. Hopefully someone else then decides they want to do all the work of writing unit tests etc.

Or, it&#039;s a great opportunity to have a look in the blue-ridge project, figure out where you could write unit tests to test that &quot;if I have a spec that is destructive to the DOM, the next spec still sees the original DOM&quot; for example.

I think I did attempt to do this once, and couldn&#039;t figure out how I hooked stuff into Screw.Unit. Yeah, it didn&#039;t seem obvious at all. You might need to ask a screw.unit person for help.

Definitely a great patch though if you can wire it in!</description>
		<content:encoded><![CDATA[<p>@micah, the minimalistic option is to drop a note in the Issues tracker for the project on github with your gist etc. Hopefully someone else then decides they want to do all the work of writing unit tests etc.</p>
<p>Or, it&#8217;s a great opportunity to have a look in the blue-ridge project, figure out where you could write unit tests to test that &#8220;if I have a spec that is destructive to the DOM, the next spec still sees the original DOM&#8221; for example.</p>
<p>I think I did attempt to do this once, and couldn&#8217;t figure out how I hooked stuff into Screw.Unit. Yeah, it didn&#8217;t seem obvious at all. You might need to ask a screw.unit person for help.</p>
<p>Definitely a great patch though if you can wire it in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Geisel</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190794</link>
		<dc:creator>Micah Geisel</dc:creator>
		<pubDate>Sun, 15 Nov 2009 23:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190794</guid>
		<description>it works! i had to wrap the html fixture in a div.fixture to avoid stomping on the test runner&#039;s html, but this could be avoided by integrating these changes directly into blue ridge.

http://gist.github.com/235556

ive never really had anything worth contributing back until now, how best to proceed? open a dialog with relevance?</description>
		<content:encoded><![CDATA[<p>it works! i had to wrap the html fixture in a div.fixture to avoid stomping on the test runner&#8217;s html, but this could be avoided by integrating these changes directly into blue ridge.</p>
<p><a href="http://gist.github.com/235556" rel="nofollow">http://gist.github.com/235556</a></p>
<p>ive never really had anything worth contributing back until now, how best to proceed? open a dialog with relevance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190791</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190791</guid>
		<description>@micah, I think someone else mentioned the $.fn.clone method after the session. I completely forgot about it til now. It could be quickly tested in a before/after block pair before being imported into blueridge.</description>
		<content:encoded><![CDATA[<p>@micah, I think someone else mentioned the $.fn.clone method after the session. I completely forgot about it til now. It could be quickly tested in a before/after block pair before being imported into blueridge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Geisel</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190789</link>
		<dc:creator>Micah Geisel</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190789</guid>
		<description>Regarding the problem concerning DOM transactions, perhaps we could set up the initial state (events and all) inside of an iframe. Then, before each test, we could  use $.fn.clone(true) to copy this state (events and all) into the main html file.

What do you think?</description>
		<content:encoded><![CDATA[<p>Regarding the problem concerning DOM transactions, perhaps we could set up the initial state (events and all) inside of an iframe. Then, before each test, we could  use $.fn.clone(true) to copy this state (events and all) into the main html file.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InVisible Blog &#187; links for 2009-11-13</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190691</link>
		<dc:creator>InVisible Blog &#187; links for 2009-11-13</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190691</guid>
		<description>[...] 13th, 2009    Dr Nic ’s Dead simple JavaScript Unit Testing in Rails (tags: javascript testing rails tdd bdd video js)  How To Start A Rails Edge App The Easy Way &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] 13th, 2009    Dr Nic ’s Dead simple JavaScript Unit Testing in Rails (tags: javascript testing rails tdd bdd video js)  How To Start A Rails Edge App The Easy Way | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Replica Christian Louboutin</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190681</link>
		<dc:creator>Replica Christian Louboutin</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190681</guid>
		<description>Just get online today and you will see what is all about, they have the most beautiful stuff that you have ever seen, check it out, you won´t regret it.</description>
		<content:encoded><![CDATA[<p>Just get online today and you will see what is all about, they have the most beautiful stuff that you have ever seen, check it out, you won´t regret it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

