Re: [rspec-users] Setting expections on chained calls

2011-11-08 Thread Justin Ko
On Nov 8, 2011, at 3:29 AM, Rob Aldred wrote: > On Tue, Nov 08, 2011 at 12:36:22AM +, Justin Ko wrote: >> >> On Nov 7, 2011, at 4:13 PM, Matt Wynne wrote: >> >>> >>> On 7 Nov 2011, at 18:37, Justin Ko wrote: >>> On Nov 2, 2011, at 12:01 PM, Rob Aldred wrote: > > I'm pr

Re: [rspec-users] Setting expections on chained calls

2011-11-08 Thread Rob Aldred
On Tue, Nov 08, 2011 at 12:36:22AM +, Justin Ko wrote: > > On Nov 7, 2011, at 4:13 PM, Matt Wynne wrote: > > > > > On 7 Nov 2011, at 18:37, Justin Ko wrote: > > > >> On Nov 2, 2011, at 12:01 PM, Rob Aldred wrote: > >> > >>> > >>> I'm pretty sure this has probably been discussed before. >

Re: [rspec-users] Setting expections on chained calls

2011-11-07 Thread Justin Ko
On Nov 7, 2011, at 4:13 PM, Matt Wynne wrote: > > On 7 Nov 2011, at 18:37, Justin Ko wrote: > >> On Nov 2, 2011, at 12:01 PM, Rob Aldred wrote: >> >>> >>> I'm pretty sure this has probably been discussed before. >>> I'm using couchdb (couchrest_model) >>> >>> When speccing my controller i wa

Re: [rspec-users] Setting expections on chained calls

2011-11-07 Thread Matt Wynne
On 7 Nov 2011, at 18:37, Justin Ko wrote: > On Nov 2, 2011, at 12:01 PM, Rob Aldred wrote: > >> >> I'm pretty sure this has probably been discussed before. >> I'm using couchdb (couchrest_model) >> >> When speccing my controller i want to set expectations that im calling my >> couch views cor

Re: [rspec-users] Setting expections on chained calls

2011-11-07 Thread Justin Ko
On Nov 2, 2011, at 12:01 PM, Rob Aldred wrote: > > I'm pretty sure this has probably been discussed before. > I'm using couchdb (couchrest_model) > > When speccing my controller i want to set expectations that im calling my > couch views correctly. > The query interface has recently been update