On 6/27/07, <b class="gmail_sendername">Joshua Schairbaum</b> &lt;<a href="mailto:joshua.schairbaum@gmail.com">joshua.schairbaum@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can&#39;t get fixtures to load correctly in a Mosquito test.&nbsp; The first fixture loads in the unit test, but the rest don&#39;t load at all.</blockquote><div><br>I actually ran into a similar problem, although none of my fixtures were loaded at all. On running the example blog tests included with mosquito, there were a number of failures which appeared related to to the non-loading fixtures.
<br><br>I found that changing &quot;change_fixtures&quot; to &quot;self.fixtures&quot; on line 25 of mosquito.rb solved the problem for me, though I don&#39;t know enough about Camping, Mosquito, and ActiveRecord to know if this is the best fix or not.
<br><br>Regards,<br>Alpha<br></div></div>