Graham,<br><br>I tried to add the fixtures in the test case without success. Rails guide, as you noticed is wrong and very incomplete. I have found a blog post with fixture tips: <br><br><a href="http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html" target="_blank">http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html</a><br>


<br>I created a rake task to clean the test DB from data, but I have to disable foreign keys checks. I configured the fixtures to laod in my environment.rb in this way:<br><br>ENV['FIXTURES'] ||= 'categories, departments, users, teams, roles, roles_users, videos'<br>
<br>but I am still not able to load roles_users<br>

<br><div class="gmail_quote">On Wed, Feb 10, 2010 at 12:44 PM, Graham Ashton <span dir="ltr"><<a href="mailto:graham@effectif.com" target="_blank">graham@effectif.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


<div>On 10 Feb 2010, at 11:30, Riccardo Tacconi wrote:<br>
<br>
> Do I have to specify somewhere how to load this fixture?<br>
<br>
</div>As I recall (it's been a very long time since I've used fixtures) you need to mention which fixtures to use in your test case. I just checked the Rails guide on the subject though [1] which claims that Rails will load all fixtures by default. This suggests that my memory is failing. Loading everything seems a bit daft; it could take ages.<br>



<br>
Have you tried adding something like this to the top of your test case?<br>
<br>
  fixtures :roles, :users, :roles_users<br>
<br>
Alternatively, try factory_girl or blueprint, which are much less pain to work with.<br>
<br>
[1] <a href="http://guides.rubyonrails.org/testing.html#the-low-down-on-fixtures" target="_blank">http://guides.rubyonrails.org/testing.html#the-low-down-on-fixtures</a><br>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Riccardo Tacconi<br>Web developer at Wolseley UK <br>VIRTUELOGIC LIMITED (Director)<br><br><a href="http://www.linkedin.com/in/riccardotacconi" target="_blank">http://www.linkedin.com/in/riccardotacconi</a><br>


<a href="http://riccardotacconi.blogspot.com/" target="_blank">http://riccardotacconi.blogspot.com/</a><br><a href="http://twitter.com/rtacconi" target="_blank">http://twitter.com/rtacconi</a><br>Linux user: #400461<br>