mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2025-07-31 21:59:07 -04:00
Added Mock Frameworks
This commit is contained in:
parent
723355d6ce
commit
82e219fc5b
1 changed files with 3 additions and 1 deletions
|
@ -288,7 +288,9 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
* [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
|
||||
* 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.
|
||||
* [FlexMock](https://github.com/jimweirich/flexmock) - Flexible mocking for Ruby testing
|
||||
* Fake Data
|
||||
|
||||
* Code Coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue