Sha256: 525a377c5cd1d878f41df038d6e11c8f4d00817cdcae919ed53bed2f0521d1de
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
# AppVeyor::Worker [](https://ci.appveyor.com/project/ukoloff/appveyor-worker) [](http://badge.fury.io/rb/appveyor-worker) Access to [AppVeyor](http://www.appveyor.com/) [Build Worker API](http://www.appveyor.com/docs/build-worker-api) ## Installation Add this line to your application's Gemfile: ```ruby gem 'appveyor-worker' # if ENV['APPVEYOR_API_URL'] ``` And then execute: $ bundle Or install it yourself as: $ gem install appveyor-worker ## Usage ```ruby require 'appveyor/worker' AppVeyor::Worker.message "Hello, world!", "It's me" ``` When using `AppVeyor::Worker` under [Minitest](https://github.com/seattlerb/minitest) the latter automagically requires the former. Just add to `Gemfile` et voila! Test results will populate list and `AppVeyor::Worker.message` is available in your tests.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appveyor-worker-0.1.1 | README.md |