Thanks for all the responses. Unfortunately, I apparently just like being difficult.<br><br>Tom: I installed the new version of rspec on a fresh app, so the first run of&nbsp; script/generate rspec was from the trunk version ... good idea though, because it sounds like something I would have done
<br><br>-----<br><br>David: all of my specify blocks have the string names on them, so that doesn&#39;t seem like the problem. I also tried running the two commands you provided but both returned the following errors:<br>
<br>$ rake spec --format specdoc<br>rake aborted!<br>No Rakefile found (looking for: ormat)<br>/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1934:in `raw_load_rakefile&#39;<br>(See full trace by running task with --trace)
<br><br>$ rake spec -fs<br>rake aborted!<br>No Rakefile found (looking for: s)<br>/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1934:in `raw_load_rakefile&#39;<br>(See full trace by running task with --trace)<br><br>
Is there some way I can turn off dry run for spec:doc?<br><br>--------<br><br>Aslak: I&#39;m not relying on auto-generated names. Although I definitely agree that spec:doc is acting as if I were<br><br>-------<br><br>Any other ideas? ;)
<br><br>Thanks,<br><br>Chris Pratt<br><br><br><br><div><span class="gmail_quote">On 9/16/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;">This happens if you have it blocks with no name. RSpec tries to<br>generate names based on the code inside, but with dry run it isn&#39;t
<br>executed, so it can&#39;t.<br><br>But maybe you don&#39;t have empty it blocks? I&#39;m just guessing here...<br><br>Aslak<br><br>On 9/16/07, Christopher D. Pratt &lt;<a href="mailto:chrisdpratt@gmail.com">chrisdpratt@gmail.com
</a>&gt; wrote:<br>&gt; I went ahead and moved to the trunk versions of RSpec and Spec:Rails because<br>&gt; I wanted to try out the new Story Runner feature. However, when I tried to<br>&gt; do &quot;rake spec:doc&quot;, I got the following:
<br>&gt;<br>&gt; AccountController<br>&gt; - NO NAME (Because of --dry-run)<br>&gt;<br>&gt; AccountHelper<br>&gt; - NO NAME (Because of --dry-run)<br>&gt;<br>&gt; User (in general)<br>&gt; - NO NAME (Because of --dry-run)
<br>&gt; - NO NAME (Because of --dry-run)<br>&gt; - NO NAME (Because of --dry-run)<br>&gt; - NO NAME (Because of --dry-run)<br>&gt; - NO NAME (Because of --dry-run)<br>&gt; - NO NAME (Because of --dry-run)<br>&gt;<br>&gt; I emptied everything out of my 
spec.opts file just to make sure it wasn&#39;t<br>&gt; some setting there causing problems, but that still had no effect. I haven&#39;t<br>&gt; submitted this as a bug yet because I&#39;m still holding out the possibility
<br>&gt; that I&#39;m simply doing something wrong.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Chris Pratt<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>