jnbt / minitest-growl

Test notifier for minitest via growl.

Home Page:https://rubygems.org/gems/minitest-growl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minitest-growl

Test notifier for minitest via Growl.

Gem Version Code Climate Gemnasium Yard Docs

Installation

 gem install minitest-growl

or when using bundler

 gem 'minitest-growl'

Usage

Simply add require 'minitest/growl_notify' after require 'minitest/autorun'.

require 'minitest/autorun'
require 'minitest/growl_notify'

describe 'some tests' do
  it 'failes' do
    'foo'.must_equal 'bar'
  end
end

Options

You may pass the host to receive the Growl notification via MiniTest's CLI:

ruby -Ilib:test test/minitest_growl_notify_test.rb --growl_notify my-machine.com

Dependencies

Authors

Initially inspired by: minitest-libnotify

Copyright

Copyright © 2017 Jonas Thiel. See LICENSE.txt for details.

About

Test notifier for minitest via growl.

https://rubygems.org/gems/minitest-growl

License:MIT License


Languages

Language:Ruby 100.0%