tester 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +12 -2
- data/VERSION +1 -1
- data/lib/tester/views/styles.sass +0 -2
- metadata +1 -1
data/README.markdown
CHANGED
@@ -6,13 +6,23 @@ Continuation testing tool.
|
|
6
6
|
Usage
|
7
7
|
------
|
8
8
|
|
9
|
+
run:
|
9
10
|
|
11
|
+
% cd your_git_repository
|
12
|
+
% tester
|
13
|
+
|
14
|
+
and open http://localhost:4567/
|
15
|
+
|
16
|
+
help:
|
17
|
+
|
18
|
+
% tester -h
|
10
19
|
|
11
20
|
Installation
|
12
21
|
------
|
13
22
|
|
23
|
+
gem install tester
|
14
24
|
|
15
|
-
|
16
|
-
|
25
|
+
Copyright
|
26
|
+
------
|
17
27
|
|
18
28
|
Copyright (c) 2010 jugyo. See LICENSE for details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|