Re: [rspec-users] An open source project with very good use of Cucumber?

2012-06-25 Thread Kashyap KMBC
This: https://github.com/rspec/rspec-core

-- 
Kashyap KMBC


On Friday 22 June 2012 at 6:12 PM, Joshua Muheim wrote:

 You mean this?
 
 https://github.com/danlucraft/redcar
 
 Having troubles to find the .feature files, though.
 
 By the way, a Rails project would be best... :)
 
 -- 
 Posted via http://www.ruby-forum.com/.
 ___
 rspec-users mailing list
 rspec-users@rubyforge.org (mailto:rspec-users@rubyforge.org)
 http://rubyforge.org/mailman/listinfo/rspec-users
 
 


___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] An open source project with very good use of Cucumber?

2012-06-24 Thread Pat Maddox
On Friday, June 22, 2012 3:34:51 AM UTC-6, Joshua Muheim wrote:

 Hey everybody 

 I came here through the RSpec Book, so I grant myself to ask something 
 about Cucumber here. ;) 

 I'm still very new to the topic and read a lot of different opinions 
 about how to do great Cucumber scenarios. Still, I'm a bit unsure as I 
 don't have any experience in using it. So I hoped to be able to look 
 into a few open source projects that use Cucumber the way it was meant 
 to be (without relying on the web_steps.rb etc.)? 

 Thanks a lot for hints. 
 Josh 

 -- 
 Posted via http://www.ruby-forum.com/. 
 ___ 
 rspec-users mailing list 
 rspec-users@rubyforge.org 
 http://rubyforge.org/mailman/listinfo/rspec-users 



As others have pointed out, RSpec has some good cucumber scenarios. 
Cucumber itself has awesome scenarios. For API-based stuff, Chargify.com 
has their API described through scenarios 
(http://docs.chargify.com/api-adjustments). And check out 
https://www.relishapp.com/ to see a ton of open source projects that use 
Cucumber for documentation.

Pat 
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] An open source project with very good use of Cucumber?

2012-06-22 Thread Joshua Muheim
Hey everybody

I came here through the RSpec Book, so I grant myself to ask something
about Cucumber here. ;)

I'm still very new to the topic and read a lot of different opinions
about how to do great Cucumber scenarios. Still, I'm a bit unsure as I
don't have any experience in using it. So I hoped to be able to look
into a few open source projects that use Cucumber the way it was meant
to be (without relying on the web_steps.rb etc.)?

Thanks a lot for hints.
Josh

-- 
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users


Re: [rspec-users] An open source project with very good use of Cucumber?

2012-06-22 Thread Sidu Ponnappa
The Rspec codebase is itself a great example of how to use Cucumber
correctly, IMO.

Are you new to TDD entirely? If yes, then I'd suggest you come up to
speed on that first. In my experience, many codebases substitute
cucumber specs for TDD which is a bad idea.

Best,
Sidu.
http://c42.in
http://twitter.com/ponnappa


On 22 June 2012 15:04, Joshua Muheim li...@ruby-forum.com wrote:
 Hey everybody

 I came here through the RSpec Book, so I grant myself to ask something
 about Cucumber here. ;)

 I'm still very new to the topic and read a lot of different opinions
 about how to do great Cucumber scenarios. Still, I'm a bit unsure as I
 don't have any experience in using it. So I hoped to be able to look
 into a few open source projects that use Cucumber the way it was meant
 to be (without relying on the web_steps.rb etc.)?

 Thanks a lot for hints.
 Josh

 --
 Posted via http://www.ruby-forum.com/.
 ___
 rspec-users mailing list
 rspec-users@rubyforge.org
 http://rubyforge.org/mailman/listinfo/rspec-users
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users


Re: [rspec-users] An open source project with very good use of Cucumber?

2012-06-22 Thread Joshua Muheim
You mean this?

https://github.com/danlucraft/redcar

Having troubles to find the .feature files, though.

By the way, a Rails project would be best... :)

-- 
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users


Re: [rspec-users] An open source project with very good use of Cucumber?

2012-06-22 Thread Roger Pack
redcar uses it, or at least used to, with good results.

-- 
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users


Re: [rspec-users] An open source project with very good use of Cucumber?

2012-06-22 Thread David Chelimsky
On Fri, Jun 22, 2012 at 4:34 AM, Joshua Muheim li...@ruby-forum.com wrote:
 Hey everybody

 I came here through the RSpec Book, so I grant myself to ask something
 about Cucumber here. ;)

You can ask, but you'll probably have a more well versed
Cucumber-using audience on the Cucumber list:

https://groups.google.com/forum/?fromgroups#!forum/cukes

Cheers,
David
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users