<div dir="ltr">Hi list!<br><br>I get some not-so-nice output from rspec-rails when using the -f specdoc option. It happens both with the spec command and the rake task and on a prestine, newly generated rails app.<br><br>I'm using rspec & rspec-rails 1.1.4 and rails <a href="http://2.0.1.">2.0.1.</a><br>
<br>Is this a bug? Do you get the same output?<br><br>-- Siemen<br><br>Output:<br>siemen@lazarus 0 /tmp/rs-app/spec % rake spec SPEC_OPTS='-f s -c'<br><br>Spec::Rails::Example::RailsExampleGroup<br><br>Spec::Rails::Example::ModelExampleGroup<br>
<br>Spec::Rails::Example::FunctionalExampleGroup<br><br>Spec::Rails::Example::ControllerExampleGroup<br><br>Spec::Rails::Example::HelperExampleGroup<br><br>Spec::Rails::Example::ViewExampleGroup<br><br>Object<br>- has legs<br>
<br>Finished in 0.159382 seconds<br><br>1 example, 0 failures<br><br></div>