<?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: Jasmine.Async: Making Asynchronous Testing With Jasmine Suck Less</title>
	<atom:link href="http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Mon, 20 May 2013 03:36:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: wcanyon</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-3063</link>
		<dc:creator>wcanyon</dc:creator>
		<pubDate>Mon, 18 Feb 2013 23:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-3063</guid>
		<description>Black text on a dark grey background? Yuck.</description>
		<content:encoded><![CDATA[<p>Black text on a dark grey background? Yuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Salant</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2877</link>
		<dc:creator>Alon Salant</dc:creator>
		<pubDate>Fri, 30 Nov 2012 20:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2877</guid>
		<description>Oops. I see that another poster already pointed this out.</description>
		<content:encoded><![CDATA[<p>Oops. I see that another poster already pointed this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Salant</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2876</link>
		<dc:creator>Alon Salant</dc:creator>
		<pubDate>Fri, 30 Nov 2012 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2876</guid>
		<description>It&#039;s worth noting that jasmine-node has supported the same async style as Mocha since Feb 2012. http://bytes.goodeggs.com/post/13332056735/better-asynchronous-jasmine-node-specs

Note to the author of Jasmine.Async - if you wanted you could have Jasmine.Async patch jasmine (as shown in the post above) so then when you include it, jasmine would support the done callback without having to create a new AsyncSpec.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting that jasmine-node has supported the same async style as Mocha since Feb 2012. <a href="http://bytes.goodeggs.com/post/13332056735/better-asynchronous-jasmine-node-specs" rel="nofollow">http://bytes.goodeggs.com/post/13332056735/better-asynchronous-jasmine-node-specs</a></p>
<p>Note to the author of Jasmine.Async &#8211; if you wanted you could have Jasmine.Async patch jasmine (as shown in the post above) so then when you include it, jasmine would support the done callback without having to create a new AsyncSpec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: millermedeiros</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2863</link>
		<dc:creator>millermedeiros</dc:creator>
		<pubDate>Tue, 27 Nov 2012 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2863</guid>
		<description>jasmine-node monkey patches the `it`, `beforeEach` and `afterEach` methods: https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/async-callback.js - I find it simpler.</description>
		<content:encoded><![CDATA[<p>jasmine-node monkey patches the `it`, `beforeEach` and `afterEach` methods: <a href="https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/async-callback.js" rel="nofollow">https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/async-callback.js</a> &#8211; I find it simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2741</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Thu, 06 Sep 2012 21:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2741</guid>
		<description>the it statement doesn&#039;t need to be async in this case, though the plugin does support it.</description>
		<content:encoded><![CDATA[<p>the it statement doesn&#8217;t need to be async in this case, though the plugin does support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2742</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Thu, 06 Sep 2012 21:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2742</guid>
		<description>the it statement doesn&#039;t need to be async in this case, though the plugin does support it.</description>
		<content:encoded><![CDATA[<p>the it statement doesn&#8217;t need to be async in this case, though the plugin does support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Hollenbeck</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2739</link>
		<dc:creator>Dan Hollenbeck</dc:creator>
		<pubDate>Thu, 06 Sep 2012 20:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2739</guid>
		<description>Typo in your gist? 

  async.it(&quot;did stuff&quot;, function(){
 instead of

  it(&quot;did stuff&quot;, function(){ 
</description>
		<content:encoded><![CDATA[<p>Typo in your gist? </p>
<p>  async.it(&#8220;did stuff&#8221;, function(){<br />
 instead of</p>
<p>  it(&#8220;did stuff&#8221;, function(){ </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Hollenbeck</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2740</link>
		<dc:creator>Dan Hollenbeck</dc:creator>
		<pubDate>Thu, 06 Sep 2012 20:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2740</guid>
		<description>Typo in your gist? 

  async.it(&quot;did stuff&quot;, function(){
 instead of

  it(&quot;did stuff&quot;, function(){ 
</description>
		<content:encoded><![CDATA[<p>Typo in your gist? </p>
<p>  async.it(&#8220;did stuff&#8221;, function(){<br />
 instead of</p>
<p>  it(&#8220;did stuff&#8221;, function(){ </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Rosenfeld Rosas</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2725</link>
		<dc:creator>Rodrigo Rosenfeld Rosas</dc:creator>
		<pubDate>Fri, 24 Aug 2012 20:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2725</guid>
		<description>I won&#039;t repeat myself on this issue once more. Please see my opinions here:


https://github.com/busterjs/buster/issues/193</description>
		<content:encoded><![CDATA[<p>I won&#8217;t repeat myself on this issue once more. Please see my opinions here:</p>
<p><a href="https://github.com/busterjs/buster/issues/193" rel="nofollow">https://github.com/busterjs/buster/issues/193</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/08/18/jasmine-async-making-asynchronous-testing-with-jasmine-suck-less/#comment-2724</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Fri, 24 Aug 2012 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=982#comment-2724</guid>
		<description>if you can, do that. it&#039;s not always possible, though. There are times when it&#039;s far more difficult or creates too much of a brittle test, to spy/mock/stub the internal working of an object. in those cases, async tests are important. the prime example for me, right now, is WinJS/Promises. but also in API design for my Backbone applications, I often want to ensure my promises are working correctly for loading data through an API in my app instead of directly through a model or collection.</description>
		<content:encoded><![CDATA[<p>if you can, do that. it&#8217;s not always possible, though. There are times when it&#8217;s far more difficult or creates too much of a brittle test, to spy/mock/stub the internal working of an object. in those cases, async tests are important. the prime example for me, right now, is WinJS/Promises. but also in API design for my Backbone applications, I often want to ensure my promises are working correctly for loading data through an API in my app instead of directly through a model or collection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
