<?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: a better progress bar for rspec</title>
	<atom:link href="http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/feed/" rel="self" type="application/rss+xml" />
	<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/</link>
	<description>thoughts on software craftsmanship and other technobabble</description>
	<lastBuildDate>Sat, 20 Mar 2010 12:31:02 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Scilipoti</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-1233</link>
		<dc:creator>Matt Scilipoti</dc:creator>
		<pubDate>Wed, 18 Mar 2009 04:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-1233</guid>
		<description>Thanks!  Very nice.
I&#039;ve just started to use `rake -g` for this sort of customization.  Instead of `rake spec:recent`, I now use `rake -g spec:recent`.  Your spec.opts file can live in ~/.rake too (I had to specify the full path).  Now, ALL my projects have a nice formatter (no svn/git/bzr fu required).</description>
		<content:encoded><![CDATA[<p>Thanks!  Very nice.<br />
I&#8217;ve just started to use `rake -g` for this sort of customization.  Instead of `rake spec:recent`, I now use `rake -g spec:recent`.  Your spec.opts file can live in ~/.rake too (I had to specify the full path).  Now, ALL my projects have a nice formatter (no svn/git/bzr fu required).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-1227</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 27 Feb 2009 18:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-1227</guid>
		<description>@Nick Zadrozny: Sweet.  Thanks! :)

I&#039;m gonna have to redo this BDD-style and see if I can&#039;t get it pushed into the next version of Rspec.  I can&#039;t work without it anymore.  ;-)</description>
		<content:encoded><![CDATA[<p>@Nick Zadrozny: Sweet.  Thanks! <img src='http://ekenosen.net/nick/devblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m gonna have to redo this BDD-style and see if I can&#8217;t get it pushed into the next version of Rspec.  I can&#8217;t work without it anymore.  <img src='http://ekenosen.net/nick/devblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Zadrozny</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-1226</link>
		<dc:creator>Nick Zadrozny</dc:creator>
		<pubDate>Fri, 27 Feb 2009 08:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-1226</guid>
		<description>Nice take on rspec output formatting! You sparked my imagination.

The only feature that I really missed was some kind of dedicated spec profiler. So I added one here that always prints the top 3 (or 5, or whatever) slowest specs when they&#039;re all finished running.

http://gist.github.com/71340</description>
		<content:encoded><![CDATA[<p>Nice take on rspec output formatting! You sparked my imagination.</p>
<p>The only feature that I really missed was some kind of dedicated spec profiler. So I added one here that always prints the top 3 (or 5, or whatever) slowest specs when they&#8217;re all finished running.</p>
<p><a href="http://gist.github.com/71340" rel="nofollow">http://gist.github.com/71340</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nofxx</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-37</link>
		<dc:creator>nofxx</dc:creator>
		<pubDate>Fri, 19 Dec 2008 09:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-37</guid>
		<description>First try to gemify this;

http://github.com/nofxx/rspec_spinner</description>
		<content:encoded><![CDATA[<p>First try to gemify this;</p>
<p><a href="http://github.com/nofxx/rspec_spinner" rel="nofollow">http://github.com/nofxx/rspec_spinner</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nofxx</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-28</link>
		<dc:creator>nofxx</dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-28</guid>
		<description>Well, its ugly but it`s alive:

http://github.com/nofxx/rtui/tree/master

I gave this &quot;universal&quot; name cuz I pretend to add some more helpers I got around..  
For now, its progress bar, but a lil easy to customize, and the spinner formatter.
And &#124;=====&#124; equals! hehe...

It changes the call to Progress.new, than on :components =&gt; you choose :bar, :spinner, both.....  defaults to bar.

Updated the gist with a spinned one:
http://gist.github.com/34500</description>
		<content:encoded><![CDATA[<p>Well, its ugly but it`s alive:</p>
<p><a href="http://github.com/nofxx/rtui/tree/master" rel="nofollow">http://github.com/nofxx/rtui/tree/master</a></p>
<p>I gave this &#8220;universal&#8221; name cuz I pretend to add some more helpers I got around..<br />
For now, its progress bar, but a lil easy to customize, and the spinner formatter.<br />
And |=====| equals! hehe&#8230;</p>
<p>It changes the call to Progress.new, than on :components =&gt; you choose :bar, :spinner, both&#8230;..  defaults to bar.</p>
<p>Updated the gist with a spinned one:<br />
<a href="http://gist.github.com/34500" rel="nofollow">http://gist.github.com/34500</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nofxx</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-27</link>
		<dc:creator>nofxx</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-27</guid>
		<description>Hehe.yea, sorry:

ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9] (macports)
rspec 1.1.11.1 (build from git)

Oh, one more thing... I had the source open here so I`ve dropped your code there, so I`m running from spec.opts

Last thing... I`ll fork progressbar just to get &#124;===&#124; instead of &#124;oooo&#124; heheh, gonna try to implement a spinner for it too. =D</description>
		<content:encoded><![CDATA[<p>Hehe.yea, sorry:</p>
<p>ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9] (macports)<br />
rspec 1.1.11.1 (build from git)</p>
<p>Oh, one more thing&#8230; I had the source open here so I`ve dropped your code there, so I`m running from spec.opts</p>
<p>Last thing&#8230; I`ll fork progressbar just to get |===| instead of |oooo| heheh, gonna try to implement a spinner for it too. =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-26</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 10 Dec 2008 22:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-26</guid>
		<description>@nofxx: Re &quot;missing something&quot;: yeah, it&#039;s missing specs or testing of any sort.  ;-)

I don&#039;t remember why I used &quot;&lt;code&gt;__full_description&lt;/code&gt;&quot; rather than &quot;&lt;code&gt;full_description&lt;/code&gt;&quot;.  It hasn&#039;t crashed for me (in its current form) yet, so perhaps this has something to do with which version of rspec it is running against?</description>
		<content:encoded><![CDATA[<p>@nofxx: Re &#8220;missing something&#8221;: yeah, it&#8217;s missing specs or testing of any sort.  <img src='http://ekenosen.net/nick/devblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I don&#8217;t remember why I used &#8220;<code>__full_description</code>&#8221; rather than &#8220;<code>full_description</code>&#8220;.  It hasn&#8217;t crashed for me (in its current form) yet, so perhaps this has something to do with which version of rspec it is running against?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nofxx</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-25</link>
		<dc:creator>nofxx</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-25</guid>
		<description>Btw, I had to change line 58 to this: &quot;immediately_dump_pending(example.full_description, &quot;. 

It crashes on pendings otherwise.. missing something?  I`ve gisted it :

http://gist.github.com/34500</description>
		<content:encoded><![CDATA[<p>Btw, I had to change line 58 to this: &#8220;immediately_dump_pending(example.full_description, &#8220;. </p>
<p>It crashes on pendings otherwise.. missing something?  I`ve gisted it :</p>
<p><a href="http://gist.github.com/34500" rel="nofollow">http://gist.github.com/34500</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nofxx</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-24</link>
		<dc:creator>nofxx</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-24</guid>
		<description>Wow! Sweet, great! Perfect.

And jez, what a coincidence, this morning I asked David on IRC some stuff cuz I had rspec source opened, in order to finally make the formatter of my dreams...

And you did it! And you did it better!!  I was thinking about a spinner  like  sequence of this =&gt; \&#124;/- on the side, but the progress bar is way better. And just show pendings and failures... AND SLOW ONES!   

Great.. ty, gonna play with this here a lot! =D</description>
		<content:encoded><![CDATA[<p>Wow! Sweet, great! Perfect.</p>
<p>And jez, what a coincidence, this morning I asked David on IRC some stuff cuz I had rspec source opened, in order to finally make the formatter of my dreams&#8230;</p>
<p>And you did it! And you did it better!!  I was thinking about a spinner  like  sequence of this =&gt; \|/- on the side, but the progress bar is way better. And just show pendings and failures&#8230; AND SLOW ONES!   </p>
<p>Great.. ty, gonna play with this here a lot! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Dennis</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-23</link>
		<dc:creator>Zach Dennis</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-23</guid>
		<description>Thanks for uploading the pic and screencast. Looks awesome... I can&#039;t wait for it to be in Cucumber and RSpec.</description>
		<content:encoded><![CDATA[<p>Thanks for uploading the pic and screencast. Looks awesome&#8230; I can&#8217;t wait for it to be in Cucumber and RSpec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-22</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-22</guid>
		<description>@aslak: &quot;steal&quot; it for whatever nefarious purposes you want.  :-)  I forgot to stick a license onto the file... fixed that now (MIT license).</description>
		<content:encoded><![CDATA[<p>@aslak: &#8220;steal&#8221; it for whatever nefarious purposes you want.  <img src='http://ekenosen.net/nick/devblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   I forgot to stick a license onto the file&#8230; fixed that now (MIT license).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aslak Hellesøy</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-21</link>
		<dc:creator>Aslak Hellesøy</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-21</guid>
		<description>Very nice. Mind if we steal it for Cucumber?</description>
		<content:encoded><![CDATA[<p>Very nice. Mind if we steal it for Cucumber?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wynne</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-20</link>
		<dc:creator>Matt Wynne</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-20</guid>
		<description>Absolute class. Well done indeed. I hope this becomes the default formatter for RSpec.</description>
		<content:encoded><![CDATA[<p>Absolute class. Well done indeed. I hope this becomes the default formatter for RSpec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Carlson</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-19</link>
		<dc:creator>Rob Carlson</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-19</guid>
		<description>You&#039;re my hero.</description>
		<content:encoded><![CDATA[<p>You&#8217;re my hero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/comment-page-1/#comment-18</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://ekenosen.net/nick/devblog/?p=53#comment-18</guid>
		<description>Put it up on github.  I&#039;ll make a clearer video.</description>
		<content:encoded><![CDATA[<p>Put it up on github.  I&#8217;ll make a clearer video.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
