1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2025-07-31 21:59:07 -04:00

[Testing framework] Added cucumber in the link

This commit is contained in:
Sneha Kachroo 2014-07-05 13:19:43 +05:30
parent 9f530939a2
commit eae49eb03f

View file

@ -401,6 +401,9 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
* Testing Frameworks
* [RSpec](http://rspec.info/) - BDD for Ruby
* [MiniTest](https://github.com/seattlerb/minitest) - minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking
* [Cucumber]
* [Cucumber Github](https://github.com/cucumber/cucumber/wiki) - Cucumber is a tool that executes plain-text functional descriptions as automated tests
* [Cucumber Site](http://cukes.info/) - Behaviour Driven Development with elegacy and joy
* Mock
* [RSpec-mocks](https://github.com/rspec/rspec-mocks) - RSpec's 'test double' framework, with support for stubbing and mocking
* [Mocha](http://gofreerange.com/mocha/docs/) - Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.