That fixes it.&nbsp; Any idea why transactions are throwing that warning?&nbsp; I mean, it&#39;s just an annoyance, since all of the tests still run, but I would like to get rid of it if possible.<br><br>-Chris<br><br><div><span class="gmail_quote">
On 3/15/07, <b class="gmail_sendername">aslak hellesoy</b> &lt;<a href="mailto:aslak.hellesoy@gmail.com">aslak.hellesoy@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What happens if you turn off transactions?<br><br>On 3/15/07, Chris Hoffman &lt;<a href="mailto:bosshoff@gmail.com">bosshoff@gmail.com</a>&gt; wrote:<br>&gt; Yes, and I added my own customizations back in.&nbsp;&nbsp;Other than helper methods,
<br>&gt; I have extended the Spec::Rails::Runner thusly:<br>&gt;<br>&gt; module Spec<br>&gt;&nbsp;&nbsp; module Rails<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; module Runner<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class EvalContext &lt; Test::Unit::TestCase<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.use_transactional_fixtures
 = true<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.use_instantiated_fixtures&nbsp;&nbsp;= false<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.fixture_path = RAILS_ROOT + &#39;/spec/fixtures&#39;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # You can set up your global fixtures here, or you<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # can do it in individual contexts using &quot;fixtures :table_a,
<br>&gt; table_b&quot;.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #self.global_fixtures = :table_a, :table_b<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # for breakpoint support<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; require &#39;active_support/breakpoint&#39;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include Breakpoint
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include HpricotSpecHelper<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; end<br>&gt;&nbsp;&nbsp; end<br>&gt; end<br>&gt;<br>&gt; Is there something that jumps out at you?<br>&gt;<br>&gt;<br>&gt; On 3/15/07, David Chelimsky &lt;
<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:<br>&gt; &gt; spec/spec_helper.rb has changed. Did you run script/generate rspec?<br>&gt; &gt;<br>&gt; &gt; On 3/15/07, Chris Hoffman &lt;<a href="mailto:bosshoff@gmail.com">
bosshoff@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; Hello,<br>&gt; &gt; &gt;&nbsp;&nbsp; I have recently upgraded to the 0.8.2 release of rSpec, and I am<br>&gt; receiving<br>&gt; &gt; &gt; the following message with each view spec execution:
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; WARNING:&nbsp;&nbsp;there is no transaction in progress<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I have upgraded the rspec_on_rails plugin as well, and both the model<br>&gt; and<br>&gt; &gt; &gt; controller tests are working flawlessly.&nbsp;&nbsp;Is there some simple step I
<br>&gt; &gt; &gt; missed?&nbsp;&nbsp;thanks for the input.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; -Chris<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; rspec-users mailing list<br>
&gt; &gt; &gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>&gt; &gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>
&gt; &gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; rspec-users mailing list<br>&gt; &gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>&gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users">
http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; rspec-users mailing list<br>&gt; <a href="mailto:rspec-users@rubyforge.org">
rspec-users@rubyforge.org</a><br>&gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt;<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>