Ok<div><br class="webkit-block-placeholder"></div><div>Using rails 1.2.3</div><div><br class="webkit-block-placeholder"></div><div>> rails trunk-error -d sqlite3</div><div>> cd trunk-error</div><div>> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec
</div><div>> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails</div><div>> 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__) + '/../spec_helper'</div><div><br class="webkit-block-placeholder"></div><div>describe 'trunk error' do</div><div>
<br class="webkit-block-placeholder"></div><div> it 'should fail' do</div><div> true.should == false</div><div> end</div><div><br class="webkit-block-placeholder"></div><div> it 'should not fail' do</div>
<div> true.should == true</div><div> end</div><div> </div><div>end</div></div><div><br class="webkit-block-placeholder"></div><div>> 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 'trunk error should not fail'</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'
</div><div><br class="webkit-block-placeholder"></div><div>2)</div><div>SQLite3::SQLException in 'trunk error should fail'</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'
</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>> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec</div><div>> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails
</div><div>> ruby script/generate rspec</div><div> Then </div><div>> 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 </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> <<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>> 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 <<a href="mailto:rspec.user@gmail.com">rspec.user@gmail.com</a>> wrote:<br>> Hi,Updated from the trunk/edge again today however all the specs still fail<br>> as before.<br>><br>> I uninstalled and moved back to the
1.0.8 release and all specs are<br>> successful again.<br>><br>> 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>