On Tue, Sep 23, 2008 at 4:01 PM, Victor Hugo Borja <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 23, 2008 at 4:55 PM, Assaf Arkin <[EMAIL PROTECTED]> wrote:
>
>> Just an observation, this:
>> write _(:source, :spec, :java, 'Something.java'), 'public class
>> Something {}'
>> is harder to read than this:
>> write _('src/spec/java/'Something.java'), 'public class Something {}'
>>
>> The second is also a better test case than the first, since that's how
>> we expect people to write buildfiles, so if the layout is messed the
>> first test case will ignore the bug, but the second one will catch it.
>>
>
> I've fixed this in trunk, thanks for your reviewing and your comments :)
You're welcome.
>
> --
> vic
>
> Quaerendo invenietis.
>