Quieting rspec in merb 1.1

0 views
Skip to first unread message

Xavier Lange

unread,
Oct 27, 2009, 5:16:17 PM10/27/09
to merb
I installed merb-core version 1.1 and I migrated my config/
dependencies.rb to Gemfile using pk's guide. But now it's extra
verbose and I'd like to go back to the trailing "."s for successful
tests, is there a setting I need to change?

Chris

unread,
Oct 27, 2009, 5:39:12 PM10/27/09
to me...@googlegroups.com
check for a file spec.opts in Merb.root/spec

you might want to remove a line containing "specdoc"

2009/10/27 Xavier Lange <xrl...@gmail.com>

Xavier Lange

unread,
Oct 27, 2009, 6:05:33 PM10/27/09
to merb
Ah, I found the problem. The merb logger level for the test
environment needed to be set to :error.

Now I get a different format for rspec tests, the subject with each
test's name being printed underneath. Anyone know how to convert back
to the "."s? Of course, not a big deal...

On Oct 27, 4:39 pm, Chris <chris.webs...@gmail.com> wrote:
> check for a file spec.opts in Merb.root/spec
>
> you might want to remove a line containing "specdoc"
>
> 2009/10/27 Xavier Lange <xrla...@gmail.com>

Alex Coles

unread,
Oct 28, 2009, 6:45:32 AM10/28/09
to me...@googlegroups.com
On Tue, Oct 27, 2009 at 11:05 PM, Xavier Lange <xrl...@gmail.com> wrote:
>
> Ah, I found the problem. The merb logger level for the test
> environment needed to be set to :error.
>
> Now I get a different format for rspec tests, the subject with each
> test's name being printed underneath. Anyone know how to convert back
> to the "."s? Of course, not a big deal...

See Chris' email:

> On Oct 27, 4:39 pm, Chris <chris.webs...@gmail.com> wrote:
>> check for a file spec.opts in Merb.root/spec

Then change --format specdoc to --format progress (or remove the line
completely, since its the default).

Alex

Reply all
Reply to author
Forward
0 new messages