Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-21 Thread Costa Shapiro
Thank you very much for your valuable feedback. First, the example is a toy example of course, while the idea of mixing-matching contexts is not. Note that it would be a totally backward-compatible enhancement to rspec, and that a developer would still be in full control of what gets mixed-matched

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Wincent Colaiuta
El 19/07/2010, a las 16:20, Phillip Koebbe escribió: > On 2010-07-19 5:38 AM, Wincent Colaiuta wrote: >> I don't necessarily think so. Matt says you can probably do this right now >> by using macros. I don't actually know what he means by that, but I do know >> that there are cases where I somet

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Phillip Koebbe
On 2010-07-19 5:38 AM, Wincent Colaiuta wrote: El 19/07/2010, a las 10:58, Matt Wynne escribió: On 18 Jul 2010, at 00:10, David Chelimsky wrote: On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: Hello, I've been thinking of how to express my idea in code, but since I've never been involv

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Matt Wynne
On 19 Jul 2010, at 11:38, Wincent Colaiuta wrote: > El 19/07/2010, a las 10:58, Matt Wynne escribió: > >> On 18 Jul 2010, at 00:10, David Chelimsky wrote: >> >>> On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: >>> Hello, I've been thinking of how to express my idea in code, b

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Wincent Colaiuta
El 19/07/2010, a las 10:58, Matt Wynne escribió: > On 18 Jul 2010, at 00:10, David Chelimsky wrote: > >> On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: >> >>> Hello, >>> >>> I've been thinking of how to express my idea in code, but since I've never >>> been involved in RSpec development, I'

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread David Chelimsky
On Jul 19, 2010, at 3:58 AM, Matt Wynne wrote: > > On 18 Jul 2010, at 00:10, David Chelimsky wrote: > >> On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: >> >>> Hello, >>> >>> I've been thinking of how to express my idea in code, but since I've never >>> been involved in RSpec development,

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Matt Wynne
On 18 Jul 2010, at 00:10, David Chelimsky wrote: > On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: > >> Hello, >> >> I've been thinking of how to express my idea in code, but since I've never >> been involved in RSpec development, I'd better have some feedback here first. >> The feature sugg

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-17 Thread David Chelimsky
On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: > Hello, > > I've been thinking of how to express my idea in code, but since I've never > been involved in RSpec development, I'd better have some feedback here first. > The feature suggestion below applies to any controller-like code under spec,