Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good example open source Ruby projects that use Cucumber and RSpec well?

What are some good example open source Ruby projects that use Cucumber and RSpec well?

Update: While the suggestions below where quite impressive, I wanted to see how others are using RSpec and Cucumber to drive product development.

like image 386
Steve Wilhelm Avatar asked Nov 07 '25 15:11

Steve Wilhelm


2 Answers

From Quora:

Teng Siong Ong, Ruby, Python, etc.

https://github.com/teambox/teambox

like image 199
Steve Wilhelm Avatar answered Nov 09 '25 08:11

Steve Wilhelm


I find it really nice that the RSpec project is tested with both Cucumber and RSpec itself:

  • https://github.com/rspec/rspec-core/tree/master/features
  • https://github.com/rspec/rspec-core/tree/master/spec

Cucumber is also self-hosted test-wise:

  • https://github.com/aslakhellesoy/cucumber/tree/master/features

I've also found it very useful that Aruba, a library of steps for testing CLI apps with Cucumber, is itself tested with Cucumber:

  • https://github.com/aslakhellesoy/aruba/tree/master/features
like image 36
Theo Avatar answered Nov 09 '25 08:11

Theo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!