<?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>Wed, 17 Mar 2010 04:35:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Michael Krisher</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190637</link>
		<dc:creator>Michael Krisher</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190637</guid>
		<description>For those wanting to just dip their toe in the JavaScript testing water, I wrote a Rails plugin that allows for easy setup and functional testing of JavaScript using QUnit from the jQuery folks. I tried to make it extremely easy to use thinking it was more for people new to JS testing:

http://github.com/mkrisher/qunit_for_rails</description>
		<content:encoded><![CDATA[<p>For those wanting to just dip their toe in the JavaScript testing water, I wrote a Rails plugin that allows for easy setup and functional testing of JavaScript using QUnit from the jQuery folks. I tried to make it extremely easy to use thinking it was more for people new to JS testing:</p>
<p><a href="http://github.com/mkrisher/qunit_for_rails" rel="nofollow">http://github.com/mkrisher/qunit_for_rails</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nando Vieira</title>
		<link>http://drnicwilliams.com/2009/11/12/dead-simple-javascript-unit-testing-in-rails/comment-page-1/#comment-190636</link>
		<dc:creator>Nando Vieira</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=650#comment-190636</guid>
		<description>Have you considered JSpec (http://jspec.info)? From all the frameworks I have tested, JSpec was the best one... it has jQuery integration, a syntax similar to Ruby/RSpec and is being actively developed. 

I&#039;m using it in all my latest projects!</description>
		<content:encoded><![CDATA[<p>Have you considered JSpec (<a href="http://jspec.info)?" rel="nofollow">http://jspec.info)?</a> From all the frameworks I have tested, JSpec was the best one&#8230; it has jQuery integration, a syntax similar to Ruby/RSpec and is being actively developed. </p>
<p>I&#8217;m using it in all my latest projects!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
