https://github.com/activecampaign/fakemail
https://github.com/activecampaign/fakemail
qa qatools
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/activecampaign/fakemail
- Owner: ActiveCampaign
- Created: 2020-07-27T09:52:27.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T15:50:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T16:07:51.777Z (about 1 year ago)
- Topics: qa, qatools
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FakeMail Ruby Gem
FakeMail is a tool for generating fake email content for testing.
It was created out of the need to have a way to quicky and easily generate fake email content.
It is heavily inspired by the fake data generator tool [Faker](https://github.com/faker-ruby/faker).
## Usage
Please see the [wiki](https://github.com/ActiveCampaign/fakemail/wiki) for detailed instructions about how to use the tool.
## Installation
You can use the library with a Bundler.
With Bundler:
``` ruby
gem 'fakemail', git: 'https://github.com/ActiveCampaign/fakemail.git'
```
## Issues & Comments
Feel free to contact us if you encounter any issues with the library.
Please leave all comments, bugs, requests and issues on the Issues page.
## License
FakeMail library is released under the [MIT](http://www.opensource.org/licenses/mit-license.php) license.