Joshua Muheim
2012-Jun-22 09:34 UTC
[rspec-users] An open source project with very good use of Cucumber?
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/.
Sidu Ponnappa
2012-Jun-22 10:46 UTC
[rspec-users] An open source project with very good use of Cucumber?
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 <lists at 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 at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Roger Pack
2012-Jun-22 12:39 UTC
[rspec-users] An open source project with very good use of Cucumber?
redcar uses it, or at least used to, with good results. -- Posted via http://www.ruby-forum.com/.
Joshua Muheim
2012-Jun-22 12:42 UTC
[rspec-users] An open source project with very good use of Cucumber?
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/.
David Chelimsky
2012-Jun-22 13:21 UTC
[rspec-users] An open source project with very good use of Cucumber?
On Fri, Jun 22, 2012 at 4:34 AM, Joshua Muheim <lists at 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
Pat Maddox
2012-Jun-24 17:08 UTC
[rspec-users] An open source project with very good use of Cucumber?
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 at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120624/b5f917e5/attachment.html>
Kashyap KMBC
2012-Jun-25 07:44 UTC
[rspec-users] An open source project with very good use of Cucumber?
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 at rubyforge.org (mailto:rspec-users at rubyforge.org) > http://rubyforge.org/mailman/listinfo/rspec-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120625/49c83a0c/attachment-0001.html>