Sha256: abb19c0f81831070d3d395cc8508f1476f6dc2fe374ccb7f3150fcd9683c5b54

Contents?: true

Size: 895 Bytes

Versions: 8

Compression:

Stored size: 895 Bytes

Contents

# Beanstalk::Client::Rspec

Allows easy mocking of Beanstalk::Client

## Installation

Add this line to your application's Gemfile:

    gem 'beanstalk-client-rspec'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install beanstalk-client-rspec

## Usage

TODO: Write usage instructions here

## Caveats

* No timeout logic is implemented. i.e. jobs stay reserved forever

## TODO

* Write more tests
* Implement job delay
* Implement job priority
* Implement
  - bury
  - touch
  - peek
  - peek-ready
  - peek-delayed
  - peek-buried
  - kick
  - stats-tube
  - stats
  - list-tubes
  - list-tubes-used
  - quit
  - pause-tube 

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
beanstalk-client-rspec-0.0.9 README.md
beanstalk-client-rspec-0.0.8 README.md
beanstalk-client-rspec-0.0.7 README.md
beanstalk-client-rspec-0.0.6 README.md
beanstalk-client-rspec-0.0.5 README.md
beanstalk-client-rspec-0.0.4 README.md
beanstalk-client-rspec-0.0.3 README.md
beanstalk-client-rspec-0.0.1 README.md