Sha256: 0df88799c409552715be5e8f64c3182216ead5b492a57b70596df86b307bf140
Contents?: true
Size: 905 Bytes
Versions: 4
Compression:
Stored size: 905 Bytes
Contents
# QueueClassicMatchers Test helpers and RSpec matchers to [QueueClassicPlus](https://github.com/rainforestapp/queue_classic_plus). ## Installation Add this line to your application's Gemfile: gem 'queue_classic_matchers' And then execute: $ bundle Or install it yourself as: $ gem install queue_classic_matchers ## Usage TODO: Write usage instructions here ### Matchers ```ruby expect(MyQueueClassicPlusJob).to have_queued(*my_args) ``` ### Test Helper Run a subset of the jobs in a queue. Delete the others. ```ruby run_queue q_name, [MyQueueClassicPlusJob] ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/queue_classic_matchers/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
queue_classic_matchers-0.0.4 | README.md |
queue_classic_matchers-0.0.3 | README.md |
queue_classic_matchers-0.0.2 | README.md |
queue_classic_matchers-0.0.1 | README.md |