From ef4b7e9bc2fe87f68291034222b134b7b2435aca Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Thu, 3 Jul 2014 14:16:20 +0300 Subject: [PATCH] Added Fake Data --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef39556..1d98596 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,9 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by * [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 - + * [Faker](https://github.com/stympy/faker) - A library for generating fake data such as names, addresses, and phone numbers + * [ffaker](https://github.com/emmanueloga/ffaker) - Faker Refactored. + * [Forgery](https://github.com/sevenwire/forgery) - Easy and customizable generation of forged data. * Code Coverage * Load Testing