<?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: Unit testing your Ruby on Rails plugin</title>
	<atom:link href="http://usefulfor.com/ruby/2009/01/22/unit-testing-your-ruby-on-rails-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://usefulfor.com/ruby/2009/01/22/unit-testing-your-ruby-on-rails-plugin/</link>
	<description>ruby goodness for your daily needs</description>
	<lastBuildDate>Thu, 11 Mar 2010 06:35:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Smith</title>
		<link>http://usefulfor.com/ruby/2009/01/22/unit-testing-your-ruby-on-rails-plugin/comment-page-1/#comment-3578</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://usefulfor.com/ruby/?p=74#comment-3578</guid>
		<description>Hello!

Great article! I ran into an issue following these instructions that I thought I would share.  Since you have a file named &#039;activerecord_test.rb&#039; RakeTestLoader was throwing an exception about the file not containing a default test.  If you rename &#039;activerecord_test.rb&#039; to &#039;activerecord_test_helper.rb&#039; then it doesn&#039;t expect it to contain any tests and it works perfectly.  

Thanks!
James</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Great article! I ran into an issue following these instructions that I thought I would share.  Since you have a file named &#8216;activerecord_test.rb&#8217; RakeTestLoader was throwing an exception about the file not containing a default test.  If you rename &#8216;activerecord_test.rb&#8217; to &#8216;activerecord_test_helper.rb&#8217; then it doesn&#8217;t expect it to contain any tests and it works perfectly.  </p>
<p>Thanks!<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://usefulfor.com/ruby/2009/01/22/unit-testing-your-ruby-on-rails-plugin/comment-page-1/#comment-2467</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 17 Apr 2009 12:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://usefulfor.com/ruby/?p=74#comment-2467</guid>
		<description>Hi,

Great writeup.  I was wondering if you knew how to get something like &#039;fixtures :all&#039; or &#039;fixtures :users&#039; at the top of the test class to work or in a test do something like &#039;chris = users(:chris)&#039;.  I realize that create_fixtures works just fine, but I&#039;ve been dying to know how to get those last two pieces to work.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great writeup.  I was wondering if you knew how to get something like &#8216;fixtures :all&#8217; or &#8216;fixtures :users&#8217; at the top of the test class to work or in a test do something like &#8216;chris = users(:chris)&#8217;.  I realize that create_fixtures works just fine, but I&#8217;ve been dying to know how to get those last two pieces to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
