<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (avantbard)</title>
    <link>https://pinboard.in/u:avantbard/public/</link>
    <description>recent bookmarks from avantbard</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://robots.thoughtbot.com/post/2941220520/cleaning-up-with-rcov"/>
	<rdf:li rdf:resource="http://afreshcup.com/home/2010/2/1/easy-rcov-with-testunit-and-rails-2.html"/>
	<rdf:li rdf:resource="http://blog.confabulus.com/2008/06/11/rcov-and-rails/"/>
	<rdf:li rdf:resource="http://github.com/relevance/rcov/tree/master"/>
	<rdf:li rdf:resource="http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://robots.thoughtbot.com/post/2941220520/cleaning-up-with-rcov">
    <title>Sweep unused code into the dustbin with rcov - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS</title>
    <dc:date>2011-02-01T05:31:56+00:00</dc:date>
    <link>http://robots.thoughtbot.com/post/2941220520/cleaning-up-with-rcov</link>
    <dc:creator>avantbard</dc:creator><dc:subject>rcov ruby testing coverage cucumber</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:88bdafd10f37/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rcov"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:coverage"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:cucumber"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://afreshcup.com/home/2010/2/1/easy-rcov-with-testunit-and-rails-2.html">
    <title>A Fresh Cup - Home - Easy rcov with Test::Unit and Rails 2</title>
    <dc:date>2010-02-01T22:01:32+00:00</dc:date>
    <link>http://afreshcup.com/home/2010/2/1/easy-rcov-with-testunit-and-rails-2.html</link>
    <dc:creator>avantbard</dc:creator><dc:subject>rcov testunit ruby testing</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:1688e2cced80/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rcov"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:testunit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:testing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.confabulus.com/2008/06/11/rcov-and-rails/">
    <title>confabulus › rcov and rails</title>
    <dc:date>2009-06-20T13:32:28+00:00</dc:date>
    <link>http://blog.confabulus.com/2008/06/11/rcov-and-rails/</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[rake task to use rcov with rails
]]></description>
<dc:subject>rcov rails tdd testing test rake</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:0ea79de2a49b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rcov"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:tdd"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:test"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rake"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/relevance/rcov/tree/master">
    <title>relevance's rcov at master - GitHub</title>
    <dc:date>2009-06-13T01:32:04+00:00</dc:date>
    <link>http://github.com/relevance/rcov/tree/master</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[newest rcov fork on github
]]></description>
<dc:subject>rcov rails ruby</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:128f33b87d30/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rcov"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/">
    <title>How To: Setup RSpec, Cucumber, Webrat, RCov and Autotest on Leopard</title>
    <dc:date>2009-04-07T17:22:46+00:00</dc:date>
    <link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>rspec cucumber webrat rcov autotest rails ruby webdev tdd bdd</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:9f736f5708b2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rspec"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:cucumber"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webrat"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rcov"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:autotest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:tdd"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:bdd"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>