Rick DeNatale escreveu:
On Wed, Dec 9, 2009 at 1:15 PM, David Chelimsky wrote:
On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox wrote:
[...@admin, @allowed_user].should all(be_allowed_to_visit(url))
[...@admin, @allowed_user].should all_be_allowed_to_visit(url)
I prefer the first so as not
On Wed, Dec 9, 2009 at 1:15 PM, David Chelimsky wrote:
> On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox
> wrote:
>> [...@admin, @allowed_user].should all(be_allowed_to_visit(url))
>> [...@admin, @allowed_user].should all_be_allowed_to_visit(url)
>> I prefer the first so as not to introduce more "ma
Paul Hinze escreveu:
Wincent Colaiuta on 2009-12-09 at 13:39:
El 09/12/2009, a las 19:15, David Chelimsky escribió:
On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox
wrote:
[...@admin, @allowed_user].should all(be_allowed_to_visit(url))
[...@admin, @allowed_user].should all_be_allowe
Wincent Colaiuta on 2009-12-09 at 13:39:
> El 09/12/2009, a las 19:15, David Chelimsky escribió:
>
>> On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox > > wrote:
>>> [...@admin, @allowed_user].should all(be_allowed_to_visit(url))
>>> [...@admin, @allowed_user].should all_be_allowed_to_visit(url)
>
>>>
On 9 Dec 2009, at 19:16, Wincent Colaiuta wrote:
El 09/12/2009, a las 19:15, David Chelimsky escribió:
On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox > wrote:
[...@admin, @allowed_user].should all(be_allowed_to_visit(url))
[...@admin, @allowed_user].should all_be_allowed_to_visit(url)
On Dec
On Wed, Dec 9, 2009 at 2:16 PM, Wincent Colaiuta wrote:
> El 09/12/2009, a las 19:15, David Chelimsky escribió:
>
>> On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox
>> wrote:
>>>
>>> [...@admin, @allowed_user].should all(be_allowed_to_visit(url))
>>> [...@admin, @allowed_user].should all_be_allowed_t
El 09/12/2009, a las 19:15, David Chelimsky escribió:
On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox > wrote:
[...@admin, @allowed_user].should all(be_allowed_to_visit(url))
[...@admin, @allowed_user].should all_be_allowed_to_visit(url)
On Dec 9, 2009, at 5:27 AM, David Chelimsky wrote:
On Wed,
On Wed, Dec 9, 2009 at 11:55 AM, Pat Maddox wrote:
> [...@admin, @allowed_user].should all(be_allowed_to_visit(url))
> [...@admin, @allowed_user].should all_be_allowed_to_visit(url)
> I prefer the first so as not to introduce more "magic" but if it catches on
> then moving to the second might be w
[...@admin, @allowed_user].should all(be_allowed_to_visit(url))
[...@admin, @allowed_user].should all_be_allowed_to_visit(url)
I prefer the first so as not to introduce more "magic" but if it catches on
then moving to the second might be worthwhile.
Pat
On Dec 9, 2009, at 5:27 AM, David Chelims
On Wed, Dec 9, 2009 at 5:41 AM, Rodrigo Rosenfeld Rosas <
lboc...@yahoo.com.br> wrote:
> I was thinking that it would be great to add 2 additional methods to
> Object: should_all and should_none.
>
> The idea is that we would be able to write tests like:
>
> [...@admin, @allowed_user].should_all b
I was thinking that it would be great to add 2 additional methods to
Object: should_all and should_none.
The idea is that we would be able to write tests like:
[...@admin, @allowed_user].should_all be_allowed_to_visit(url)
[...@unprivileged, @non_welcome].should_none be_allowed_to_visit(url)
11 matches
Mail list logo