<?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: Rails 3, RSpec, Mongoid and Database Cleaner</title>
	<atom:link href="http://blog.tristanmedia.com/2010/07/rails-3-rspec-and-database-cleaner/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tristanmedia.com/2010/07/rails-3-rspec-and-database-cleaner/</link>
	<description>One can never have enough scripting languages: Notes on Perl, PHP, and Ruby</description>
	<lastBuildDate>Thu, 08 Dec 2011 19:07:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Rafael Lima</title>
		<link>http://blog.tristanmedia.com/2010/07/rails-3-rspec-and-database-cleaner/comment-page-1/#comment-394</link>
		<dc:creator>Rafael Lima</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tristanmedia.com/?p=88#comment-394</guid>
		<description>If you do not use seed, you can try the code below

  config.before(:each) do
    Mongoid.master.collections.select {&#124;c&#124; c.name !~ /system/ }.each(&amp;:drop)
  end</description>
		<content:encoded><![CDATA[<p>If you do not use seed, you can try the code below</p>
<p>  config.before(:each) do<br />
    Mongoid.master.collections.select {|c| c.name !~ /system/ }.each(&amp;:drop)<br />
  end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Rose</title>
		<link>http://blog.tristanmedia.com/2010/07/rails-3-rspec-and-database-cleaner/comment-page-1/#comment-290</link>
		<dc:creator>Louis Rose</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tristanmedia.com/?p=88#comment-290</guid>
		<description>Thanks very much! This is exactly what I was after, and you saved me some time wrestling with these gems. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks very much! This is exactly what I was after, and you saved me some time wrestling with these gems. Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

