I&#39;ve created a very simple &#39;basic&#39; formatter, than prints story scenarios as . / P / F for passing, pending and failing scenarios. You can get it here;<br><br><a href="http://github.com/digitalronin/rspec/tree/master">http://github.com/digitalronin/rspec/tree/master</a><br>
<br>Run it by appending &quot; --format=basic &quot; to the command-line when running your stories.<br><br>Hope it&#39;s useful<br><br>David<br><br><br>On Jul 8, 4:11 pm, Ben Mabey &lt;<a href="mailto:b...@benmabey.com">b...@benmabey.com</a>&gt; wrote:<br>
&gt; Jim Morris wrote:<br>&gt; &gt; When running a lot of stories from a script it would be nice to have<br>&gt; &gt; the plain format of dots rather than the verbose story descriptions.<br>&gt; <br>&gt; &gt; Is there a way to do this? I tried -f p but it ignored it.<br>
&gt; <br>&gt; &gt; Thanks<br>&gt; <br>&gt; AFAIK there is currently no such formatter.&nbsp; Such a formatter would be<br>&gt; easy to make though and you can pass in the formatter you want to use on<br>&gt; the command line (even custom classes that you create.)&nbsp; To get an idea<br>
&gt; of how to do it you can look at the rspec source code in<br>&gt; lib/spec/runner/formatter.&nbsp; The formatter for the examples can be found<br>&gt; there and the story formatter&#39;s are in the story subdir.<br>&gt; <br>
&gt; -Ben<br>&gt; _______________________________________________<br>&gt; rspec-users mailing list<br>&gt; rspec-us...@rubyforge.orghttp://<a href="http://rubyforge.org/mailman/listinfo/rspec-users">rubyforge.org/mailman/listinfo/rspec-users</a><br>