[#67346] Future of test suites for Ruby — Charles Oliver Nutter <headius@...>

I'll try to be brief so we can discuss all this. tl;dr: RubySpec is

19 messages 2015/01/05

[ruby-core:67694] Re: Keyword Arguments

From: Nobuyoshi Nakada <nobu@...>
Date: 2015-01-20 06:12:17 UTC
List: ruby-core #67694
On 2015/01/20 13:30, Anthony Crumley wrote:
> Thanks Nobu.  That is exactly what I am seeing as I experiment with it.

That code seems trying too many things at once, to me.
If you have a test for the case the actual arguments are more than the formal parameters,
it should show the behavior clearly.
Those trivial `to_hash` blinds more important specs.

-- 
Nobu Nakada

In This Thread