forked from xli/growling_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (33 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
= Growling Test
Supporting Growling Test version: 0.0.x
GrowlingTest is a tool for notifying test running status by Growl(http://growl.info/).
It is not for build notification, but for you can get test failure
or other running status when you are do something else during test
running locally, and for fun.
GrowlingTest is only supporting test_unit test framework right now.
Feel free to submit commits for supporting any other test framework.
GrowlingTest sends notification by AppleScript.
== Installation
=== GEM Installation
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem:
sudo gem install xli-growling_test
== Usage
After installed growling_test gem, put the following code in your test_helper.rb:
% require 'rubygems'
% require 'growling_test'
Also, you need Growl(http://growl.info/) installed.
== License
Growling Test is available under an Apache License Version 2.0.
= Other stuff
Author:: Li Xiao <[email protected]> WPC <[email protected]>
Requires:: Ruby 1.8.6 or later
License:: Copyright 2008 by Li Xiao & WPC.
Released under an Apache License Version 2.0. See the LICENSE file
included in the distribution.
== Warranty
This software is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantibility and fitness for a particular
purpose.