Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-14 Thread Balint Erdi
Yes, I am writing a Rails app. Anyway, I have got over the initial "writer's block" thanks to a very insightful thread on this forum (http://www.mail-archive.com/rspec-users@rubyforge.org/msg06296.html) and your valuable help. Thank you all! Balint Matt Wynne wrote: > On 11 Mar 2009, at 19:46,

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-14 Thread Matt Wynne
On 13 Mar 2009, at 18:13, Oliver Barnes wrote: Rails, but any other would be helpful as well, really. Just a repo of varied real-world cucumber feature examples already would help a lot, even without the feature steps or an actual developed app. I've been mining samples from pasties, tutorials

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-13 Thread aslak hellesoy
On Fri, Mar 13, 2009 at 7:13 PM, Oliver Barnes wrote: > Rails, but any other would be helpful as well, really. > > Just a repo of varied real-world cucumber feature examples already > would help a lot, even without the feature steps or an actual > developed app. I've been mining samples from past

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-13 Thread Oliver Barnes
Rails, but any other would be helpful as well, really. Just a repo of varied real-world cucumber feature examples already would help a lot, even without the feature steps or an actual developed app. I've been mining samples from pasties, tutorials and from github, but have found only a few scatter

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-13 Thread aslak hellesoy
On Fri, Mar 13, 2009 at 3:22 PM, Oliver Barnes wrote: > I'm looking for feature examples for web apps, I imagine Balint is as well? > What kind of webapp? Merb? JEE? Rails? Sinatra? ASP.NET? PHP? other? Aslak > > 2009/3/11 Matt Wynne : > > > > On 11 Mar 2009, at 19:46, Zach Dennis wrote: > >

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-13 Thread Oliver Barnes
I'm looking for feature examples for web apps, I imagine Balint is as well? 2009/3/11 Matt Wynne : > > On 11 Mar 2009, at 19:46, Zach Dennis wrote: > >> On Wed, Mar 11, 2009 at 3:03 PM, Balint Erdi wrote: >>> >>> Hi, >>> >>> I was looking for some "real-world" cucumber features (mainly on github)

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-11 Thread Matt Wynne
On 11 Mar 2009, at 19:46, Zach Dennis wrote: On Wed, Mar 11, 2009 at 3:03 PM, Balint Erdi wrote: Hi, I was looking for some "real-world" cucumber features (mainly on github) to see how more complex features are built but I have not really found any. Could you point me to some? What k

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-11 Thread Oliver Barnes
+1 I'm also looking for examples... I've seen several authentication-related ones, but very few examples of features that users would actually care a lot about, and that would help in learning outside-in development... 2009/3/11 Andrew Premdas : > You could have a look at fbrp on github, which has

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-11 Thread Rich Morin
At 20:03 +0100 3/11/09, Balint Erdi wrote: > I was looking for some "real-world" cucumber features (mainly > on github) to see how more complex features are built but I > have not really found any. Could you point me to some? I asked about this on #github. Lenary helped out massively. Procedure

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-11 Thread Andrew Premdas
You could have a look at fbrp on github, which has rewritten features for RestfulAuthentication. Hopefully its a reasonably gentle introduction and at least a bit real world. 2009/3/11 Balint Erdi > Hi, > > I was looking for some "real-world" cucumber features (mainly on github) > to see how mo

Re: [rspec-users] [cucumber] open source projects with cucumber features

2009-03-11 Thread Zach Dennis
On Wed, Mar 11, 2009 at 3:03 PM, Balint Erdi wrote: > Hi, > > I was looking for some "real-world" cucumber features (mainly on github) > to see how more complex features are built but I have not really found > any. Could you point me to some? For seeing different ways to utilize scenarios and ste