Ok<div><br class="webkit-block-placeholder"></div><div>Using rails 1.2.3</div><div><br class="webkit-block-placeholder"></div><div>&gt;&nbsp;rails trunk-error -d sqlite3</div><div>&gt;&nbsp;cd trunk-error</div><div>&gt;&nbsp;ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec
</div><div>&gt;&nbsp;ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails</div><div>&gt;&nbsp;ruby script/generate rspec</div><div><br class="webkit-block-placeholder"></div><div>In an editor create the following model spec (spec/models/foo_spec.rb)
</div><div><div><br class="webkit-block-placeholder"></div><div>require File.dirname(__FILE__) + &#39;/../spec_helper&#39;</div><div><br class="webkit-block-placeholder"></div><div>describe &#39;trunk error&#39; do</div><div>
<br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp;it &#39;should fail&#39; do</div><div>&nbsp;&nbsp; &nbsp;true.should == false</div><div>&nbsp;&nbsp;end</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp;it &#39;should not fail&#39; do</div>
<div>&nbsp;&nbsp; &nbsp;true.should == true</div><div>&nbsp;&nbsp;end</div><div>&nbsp;&nbsp;</div><div>end</div></div><div><br class="webkit-block-placeholder"></div><div>&gt;&nbsp;rake spec:models -t</div><div><br class="webkit-block-placeholder"></div><div>This causes the problem.
</div><div><br class="webkit-block-placeholder"></div><div><div>1)</div><div>SQLite3::SQLException in &#39;trunk error should not fail&#39;</div><div>SQL logic error or missing database</div><div>C:/development/sandbox/prototypes/trunk-error/config/../vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/rails_example.rb:17:in `before_eval&#39;
</div><div><br class="webkit-block-placeholder"></div><div>2)</div><div>SQLite3::SQLException in &#39;trunk error should fail&#39;</div><div>SQL logic error or missing database</div><div>C:/development/sandbox/prototypes/trunk-error/config/../vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/rails_example.rb:17:in `before_eval&#39;
</div><div><br class="webkit-block-placeholder"></div><div>Finished in 0.61 seconds</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div></div><div><br class="webkit-block-placeholder">
</div><div>Now if the plugins are removed then the 1.0.8 release installed</div><div>&gt;&nbsp;ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec</div><div>&gt;&nbsp;ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails
</div><div>&gt;&nbsp;ruby script/generate rspec</div><div>&nbsp;Then&nbsp;</div><div>&gt; rake spec:models -t</div><div><br class="webkit-block-placeholder"></div><div>Then the specs behave as coded i.e. 1 success and 1 fail.</div><div>
This was not the case last week. This did not occur until&nbsp;</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br><br>
<div><span class="gmail_quote">On 10/23/07, <b class="gmail_sendername">David Chelimsky</b> &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
On 10/23/07, sinclair bain &lt;<a href="mailto:rspec.user@gmail.com">rspec.user@gmail.com</a>&gt; wrote:<br>&gt; Hi,Updated from&nbsp;&nbsp;the trunk/edge again today however all the specs still fail<br>&gt; as before.<br>&gt;<br>&gt; I uninstalled and moved back to the 
1.0.8 release and all specs are<br>&gt; successful again.<br>&gt;<br>&gt; Unfortunately, no Story Runner.<br><br>Sorry Sinclair, but I have no idea what is causing your woes. I think<br>we need to see some code and some backtraces if you want any help.
<br>_______________________________________________<br>rspec-users mailing list<br><a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users
</a><br></blockquote></div><br></div>