[Rspec-devel] dots vs underscores tally
David Chelimsky
dchelimsky at gmail.com
Wed Jun 7 17:54:14 EDT 2006
On 6/7/06, aslak hellesoy <aslak.hellesoy at gmail.com> wrote:
> I will:
> * Keep internal Test::Unit tests the way they are (mostly dots)
My thinking is that if we're committed to underscores, then that's
what we should support. The tests should change to use underscores.
I'll be glad to change them myself.
Doing this will give us more freedom in implementation. For example,
right now the HaveHelper has methods "at" and "least" and "most". If
we abandon official dot-support, there's no reason we can't change
that to "at_least" and "at_most", at which point the code speaks a bit
better IMO.
Thoughts?
David
More information about the Rspec-devel
mailing list