Sha256: 606fac105f5ada3ab5dafcbda0fbff63dbf70d934e3719650edd04835d551541
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 Bytes
Contents
# Fake SQS [![Build Status](https://api.travis-ci.org/iain/fake_sqs.svg?branch=master)](http://travis-ci.org/iain/fake_sqs) [![Gem Version](https://badge.fury.io/rb/fake_sqs.svg)](https://badge.fury.io/rb/fake_sqs) Fake SQS is a lightweight server that mocks the Amazon SQS API. It is extremely useful for testing SQS applications in a sandbox environment without actually making calls to Amazon, which not only requires a network connection, but also costs money. Many features are supported and if you miss something, open a pull. ## Installation ``` gem install fake_sqs ``` ## Running ``` fake_sqs --database /path/to/database.yml ``` ## Development ``` bundle install rake ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fake_sqs-0.4.3 | README.md |
fake_sqs-0.4.2 | README.md |