<?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: shoulda and factory_girl not cleaning up db between tests</title>
	<atom:link href="http://blog.e-thang.net/2009/12/22/shoulda-and-factory_girl-not-cleaning-up-db-between-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.e-thang.net/2009/12/22/shoulda-and-factory_girl-not-cleaning-up-db-between-tests/</link>
	<description>If even 1 person reads this, I will consider that a success</description>
	<lastBuildDate>Thu, 28 Jul 2011 20:54:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eric Wanchic</title>
		<link>http://blog.e-thang.net/2009/12/22/shoulda-and-factory_girl-not-cleaning-up-db-between-tests/comment-page-1/#comment-1482</link>
		<dc:creator>Eric Wanchic</dc:creator>
		<pubDate>Thu, 28 Jul 2011 20:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.e-thang.net/?p=65#comment-1482</guid>
		<description>Same Problem: Rails 3.1.rc4 and Postgres. Running a rake db:test:prepare before a unit test helps...annoying. rake test at cmd has no problems though, and I&#039;m using RubyMine 3.2.2.  Already extending ActiveSupport::TestCase. So, I&#039;m not sure where the issue is exactly.</description>
		<content:encoded><![CDATA[<p>Same Problem: Rails 3.1.rc4 and Postgres. Running a rake db:test:prepare before a unit test helps&#8230;annoying. rake test at cmd has no problems though, and I&#8217;m using RubyMine 3.2.2.  Already extending ActiveSupport::TestCase. So, I&#8217;m not sure where the issue is exactly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Powell</title>
		<link>http://blog.e-thang.net/2009/12/22/shoulda-and-factory_girl-not-cleaning-up-db-between-tests/comment-page-1/#comment-1481</link>
		<dc:creator>Matt Powell</dc:creator>
		<pubDate>Thu, 14 Jul 2011 10:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.e-thang.net/?p=65#comment-1481</guid>
		<description>We&#039;re having the same problem with Rails 3.1.rc4 and Postgres. Without any context blocks the fixtures roll back just fine, but with them the DB never gets rolled back. Big pain in the neck.

We&#039;ve tried the &quot;context&quot; gem as well as &quot;shoulda&quot; for our context blocks. It&#039;s always worked fine for us on Rails 2.3.x. Anyone got any futher ideas? Will also post on Shoulda forums.</description>
		<content:encoded><![CDATA[<p>We&#8217;re having the same problem with Rails 3.1.rc4 and Postgres. Without any context blocks the fixtures roll back just fine, but with them the DB never gets rolled back. Big pain in the neck.</p>
<p>We&#8217;ve tried the &#8220;context&#8221; gem as well as &#8220;shoulda&#8221; for our context blocks. It&#8217;s always worked fine for us on Rails 2.3.x. Anyone got any futher ideas? Will also post on Shoulda forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e-thang</title>
		<link>http://blog.e-thang.net/2009/12/22/shoulda-and-factory_girl-not-cleaning-up-db-between-tests/comment-page-1/#comment-846</link>
		<dc:creator>e-thang</dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.e-thang.net/?p=65#comment-846</guid>
		<description>Thank you for the addition.  Weird little things like this can be so frustrating; it&#039;s nice to collect a little repository of solutions.  Happy coding to you sir!</description>
		<content:encoded><![CDATA[<p>Thank you for the addition.  Weird little things like this can be so frustrating; it&#8217;s nice to collect a little repository of solutions.  Happy coding to you sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.e-thang.net/2009/12/22/shoulda-and-factory_girl-not-cleaning-up-db-between-tests/comment-page-1/#comment-843</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.e-thang.net/?p=65#comment-843</guid>
		<description>Posting for completeness sake, I had the same issue and the cause was that I was extending Test::Unit::TestCase instead of ActiveSupport::TestCase.</description>
		<content:encoded><![CDATA[<p>Posting for completeness sake, I had the same issue and the cause was that I was extending Test::Unit::TestCase instead of ActiveSupport::TestCase.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

