Re: [rspec-users] Cuke4PHP Was: RSpec wire protocol Was:Re: describe "RSpec's documentation" do

2009-12-11 Thread Matt Wynne
Let's move this bit of the discussion over to the cukes mailing list. Are you on that list Ed? On 11 Dec 2009, at 22:29, Ed Howland wrote: BTW, does Cuke's wire protocol allow for a mixture of Ruby side and SUT side step definitions? Yes. With Cucumber you can implement steps in a mixture o

Re: [rspec-users] RSpec wire protocol Was:Re: describe "RSpec's documentation" do

2009-12-11 Thread Ed Howland
On Fri, Dec 11, 2009 at 9:03 AM, Matt Wynne wrote: > Yes we did, briefly - probably before the discussion went online on the > lighthouse ticket. I think there were a couple of reasons why not REST: > (1) simplicity - we wanted the wire server to be as low-tech as possible so > it would be easy an

Re: [rspec-users] Stubbing calls to S3 from Paperclip

2009-12-11 Thread Andrei Erdoss
Ok, I found something that works. @photo.stub!(:save_attached_files).and_return(true) On Fri, Dec 11, 2009 at 5:32 PM, Andrei Erdoss wrote: > Any idea on how to stub calls to Amazon S3 from the Paperclip plugin? > > -- > Andrei Erdoss > -- Andrei Erdoss _

[rspec-users] Stubbing calls to S3 from Paperclip

2009-12-11 Thread Andrei Erdoss
Any idea on how to stub calls to Amazon S3 from the Paperclip plugin? -- Andrei Erdoss ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] RSpec wire protocol Was:Re: describe "RSpec's documentation" do

2009-12-11 Thread Matt Wynne
On 9 Dec 2009, at 00:09, Ed Howland wrote: Matt, I was facinated to read the email thread on Cuke's wire protoccol. You guys collaborated well. I have been working on my own to develop a similar protocol for RSpec. It is totally external to RSpec right now and very primitive. Whereas w