<span>Okay. Thanks for the help, guys. I&#39;m back on track!</span><br><br><div class="gmail_quote">On Jan 13, 2008 10:33 PM, David Chelimsky &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; 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 class="Ih2E3d">On Jan 13, 2008 9:14 PM, Corey Haines &lt;<a href="mailto:coreyhaines@gmail.com">
coreyhaines@gmail.com</a>&gt; wrote:<br>&gt; Awesome! That worked perfectly, Nathan! Thanks.<br><br></div>There will soon (like in the next day or two I think) be a ZenTest<br>release which will make setting $VERBOSE obsolete. By default you
<br>won&#39;t get the Dunno messages, but you can choose to get them by<br>running autotest in verbose mode:<br><br>autotest -v<br><br>The benefit of doing that is it spots files that you may not have<br>spec&#39;d that you want spec&#39;d. On the flip side you end up with a bunch
<br>of noise but you can eliminate that w/ the :initialize hook:<br><br>Autotest.add_hook :initialize do |at|<br> &nbsp;at.add_exception &#39;some_file_i_want_ignored&#39;<br>end<br><br>That goes in .autotest in the root of your project, where you type the
<br>autotest command.<br><br>HTH,<br><font color="#888888">David<br></font><div><div></div><div class="Wj3C7c"><br>&gt;<br>&gt; -Corey<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Jan 13, 2008 10:11 PM, Nathan Sutton &lt;<a href="mailto:nathan.sutton@gmail.com">
nathan.sutton@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Set $VERBOSE=false in your .autotest file in your home directory.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;
<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Nathan Sutton<br>&gt; &gt; <a href="mailto:fowlduck@gmail.com">fowlduck@gmail.com</a><br>&gt; &gt; rspec 
1.1<br>&gt; &gt; rspec_on_rails 1.1<br>&gt; &gt; rails 2.0.2<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Jan 13, 2008, at 9:10 PM, Corey Haines wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;
<br>&gt; &gt;<br>&gt; &gt; I get this<br>&gt; &gt;<br>&gt; &gt; Dunno! app/views/coupon/index.html.erb<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Jan 13, 2008 5:29 PM, Corey Haines &lt; <a href="mailto:coreyhaines@gmail.com">
coreyhaines@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; &gt; Okay, thanks.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On Jan 13, 2008 4:54 PM, David Chelimsky &lt;
<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; On Jan 13, 2008 3:51 PM, Corey Haines &lt;<a href="mailto:coreyhaines@gmail.com">coreyhaines@gmail.com
</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; When I work with a .html.erb file, the autotest rspec on rails stuff<br>&gt; doesn&#39;t<br>&gt; &gt; &gt; &gt; &gt; understand the file to map it to the right test. I wanted to submit
<br>&gt; a patch<br>&gt; &gt; &gt; &gt; &gt; for this, but I&#39;m unsure where the specs would be to update. I found<br>&gt; the<br>&gt; &gt; &gt; &gt; &gt; necessary mapping in rspec_autotest.rb, but I can&#39;t find any specs
<br>&gt; anywhere.<br>&gt; &gt; &gt; &gt; &gt; Help?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; I just need to have<br>&gt; &gt; &gt; &gt; &gt; /app/views/coupon/index.html.erb to map to<br>&gt; /spec/views/coupon/index_spec.rb
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; The right spec is index.html.erb_spec.rb - that&#39;s what the mapping is.<br>&gt; &gt; &gt; &gt; If you want to change the mapping locally, you can if you&#39;re using<br>&gt; &gt; &gt; &gt; rspec&#39;s trunk and a patched version of ZenTest (see
<br>&gt; &gt; &gt; &gt; <a href="http://rubyforge.org/pipermail/rspec-users/2008-January/005321.html" target="_blank">http://rubyforge.org/pipermail/rspec-users/2008-January/005321.html</a>).<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Cheers,
<br>&gt; &gt; &gt; &gt; David<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; -Corey<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; 
<a href="http://www.coreyhaines.com" target="_blank">http://www.coreyhaines.com</a><br>&gt; &gt; &gt; &gt; &gt; The Internet&#39;s Premiere source of information about Corey Haines<br>&gt; &gt; &gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; &gt; &gt; rspec-users mailing list<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>&gt; &gt; &gt; &gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users" target="_blank">
http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; rspec-users mailing list<br>&gt; &gt; &gt; &gt; 
<a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>&gt; &gt; &gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users
</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; <a href="http://www.coreyhaines.com" target="_blank">
http://www.coreyhaines.com</a><br>&gt; &gt; &gt; The Internet&#39;s Premiere source of information about Corey Haines<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; <a href="http://www.coreyhaines.com" target="_blank">
http://www.coreyhaines.com</a><br>&gt; &gt; The Internet&#39;s Premiere source of information about Corey Haines<br>&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" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users
</a><br>&gt; &gt;<br>&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" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; <a href="http://www.coreyhaines.com" target="_blank">
http://www.coreyhaines.com</a><br>&gt; The Internet&#39;s Premiere source of information about Corey Haines<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" target="_blank">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" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users
</a><br></div></div></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.coreyhaines.com">http://www.coreyhaines.com</a><br>The Internet&#39;s Premiere source of information about Corey Haines