inochi 1.1.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CREDITS +17 -1
- data/bin/inochi +19 -539
- data/lib/inochi.rb +1 -41
- data/lib/inochi/engine.rb +101 -0
- data/lib/inochi/generate.rb +52 -0
- data/lib/inochi/inochi.rb +109 -0
- data/lib/inochi/tasks/ann.rake +230 -0
- data/lib/inochi/tasks/api.rake +28 -0
- data/lib/inochi/tasks/gem.rake +46 -0
- data/lib/inochi/tasks/init.rake +38 -0
- data/lib/inochi/tasks/man.rake +78 -0
- data/lib/inochi/tasks/project.rake +25 -0
- data/lib/inochi/tasks/pub.rake +130 -0
- data/lib/inochi/templates/CREDITS.rbs +18 -0
- data/lib/inochi/templates/EXAMPLES.rbs +24 -0
- data/lib/inochi/templates/FURTHER.rbs +17 -0
- data/lib/inochi/templates/HACKING.rbs +92 -0
- data/lib/inochi/templates/HISTORY.rbs +55 -0
- data/lib/inochi/templates/LICENSE.rbs +15 -0
- data/lib/inochi/templates/MANUAL.rbs +27 -0
- data/lib/inochi/templates/README.rbs +60 -0
- data/lib/inochi/templates/USAGE.rbs +23 -0
- data/lib/inochi/templates/command.rbs +23 -0
- data/lib/inochi/templates/inochi.opts.rbs +43 -0
- data/lib/inochi/templates/inochi.rb.rbs +102 -0
- data/lib/inochi/templates/library.rbs +7 -0
- data/lib/inochi/templates/library_test.rb.rbs +3 -0
- data/lib/inochi/templates/test_helper.rb.rbs +3 -0
- data/lib/inochi/templates/test_runner.rbs +25 -0
- data/{doc → logo}/inochi.png +0 -0
- data/man.html +959 -0
- data/man/man1/inochi.1.gz +0 -0
- metadata +129 -198
- data/doc/README +0 -6
- data/doc/api/apple-touch-icon.png +0 -0
- data/doc/api/classes/Array.html +0 -370
- data/doc/api/classes/File.html +0 -110
- data/doc/api/classes/Inochi.html +0 -1477
- data/doc/api/classes/Inochi/Manual.html +0 -157
- data/doc/api/classes/Inochi/Phrases.html +0 -331
- data/doc/api/classes/Inochi/Version.html +0 -190
- data/doc/api/classes/TempDir.html +0 -164
- data/doc/api/created.rid +0 -1
- data/doc/api/css/main.css +0 -263
- data/doc/api/css/panel.css +0 -383
- data/doc/api/css/reset.css +0 -53
- data/doc/api/favicon.ico +0 -0
- data/doc/api/files/CREDITS.html +0 -61
- data/doc/api/files/LICENSE.html +0 -76
- data/doc/api/files/lib/inochi/book_rb.html +0 -106
- data/doc/api/files/lib/inochi/init_rb.html +0 -66
- data/doc/api/files/lib/inochi/main_rb.html +0 -52
- data/doc/api/files/lib/inochi/rake_rb.html +0 -52
- data/doc/api/files/lib/inochi/test/bacon_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/context_rb.html +0 -69
- data/doc/api/files/lib/inochi/test/dfect_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/matchy_rb.html +0 -69
- data/doc/api/files/lib/inochi/test/minitest_rb.html +0 -71
- data/doc/api/files/lib/inochi/test/mocha_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/rspec_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/shoulda_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/test_spec_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/test_unit_rb.html +0 -67
- data/doc/api/files/lib/inochi/util/combo_rb.html +0 -59
- data/doc/api/files/lib/inochi/util/tempdir_rb.html +0 -68
- data/doc/api/files/lib/inochi/util_rb.html +0 -59
- data/doc/api/files/lib/inochi_rb.html +0 -76
- data/doc/api/i/arrows.png +0 -0
- data/doc/api/i/results_bg.png +0 -0
- data/doc/api/i/tree_bg.png +0 -0
- data/doc/api/index.html +0 -14
- data/doc/api/js/jquery-1.3.2.min.js +0 -19
- data/doc/api/js/jquery-effect.js +0 -593
- data/doc/api/js/main.js +0 -22
- data/doc/api/js/searchdoc.js +0 -628
- data/doc/api/panel/index.html +0 -71
- data/doc/api/panel/search_index.js +0 -1
- data/doc/api/panel/tree.js +0 -1
- data/doc/history.erb +0 -268
- data/doc/index.erb +0 -11
- data/doc/index.html +0 -3179
- data/doc/inochi.svg +0 -405
- data/doc/intro.erb +0 -87
- data/doc/setup.erb +0 -105
- data/doc/usage.erb +0 -641
- data/lib/inochi/book.rb +0 -91
- data/lib/inochi/init.rb +0 -256
- data/lib/inochi/main.rb +0 -85
- data/lib/inochi/rake.rb +0 -902
- data/lib/inochi/test/bacon.rb +0 -3
- data/lib/inochi/test/context.rb +0 -4
- data/lib/inochi/test/dfect.rb +0 -3
- data/lib/inochi/test/matchy.rb +0 -4
- data/lib/inochi/test/minitest.rb +0 -7
- data/lib/inochi/test/mocha.rb +0 -3
- data/lib/inochi/test/rspec.rb +0 -3
- data/lib/inochi/test/shoulda.rb +0 -3
- data/lib/inochi/test/test_spec.rb +0 -3
- data/lib/inochi/test/test_unit.rb +0 -3
- data/lib/inochi/util.rb +0 -99
- data/lib/inochi/util/combo.rb +0 -191
- data/lib/inochi/util/tempdir.rb +0 -29
- data/rakefile +0 -12
- data/test/inochi.rb +0 -111
@@ -1,67 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>dfect.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
dfect.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/dfect.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [Dfect library](<a
|
32
|
-
href="http://snk.tuxfamily.org/lib/dfect/">snk.tuxfamily.org/lib/dfect/</a>).
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>dfect/auto</li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
@@ -1,69 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>matchy.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
matchy.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/matchy.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [Matchy library](<a
|
32
|
-
href="http://github.com/jeremymcanally/matchy">github.com/jeremymcanally/matchy</a>)
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>inochi/test/test_unit</li>
|
43
|
-
|
44
|
-
<li>matchy</li>
|
45
|
-
|
46
|
-
</ul>
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
</div>
|
67
|
-
</div>
|
68
|
-
</body>
|
69
|
-
</html>
|
@@ -1,71 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>minitest.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
minitest.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/minitest.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [Minitest library](<a
|
32
|
-
href="http://blog.zenspider.com/minitest/">blog.zenspider.com/minitest/</a>).
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>minitest/unit</li>
|
43
|
-
|
44
|
-
<li>minitest/spec</li>
|
45
|
-
|
46
|
-
<li>minitest/mock</li>
|
47
|
-
|
48
|
-
</ul>
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
</div>
|
69
|
-
</div>
|
70
|
-
</body>
|
71
|
-
</html>
|
@@ -1,67 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>mocha.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
mocha.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/mocha.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [Mocha library](<a
|
32
|
-
href="http://mocha.rubyforge.org">mocha.rubyforge.org</a>).
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>mocha</li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
@@ -1,67 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>rspec.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
rspec.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/rspec.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [RSpec library](<a
|
32
|
-
href="http://rspec.info">rspec.info</a>).
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>spec</li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
@@ -1,67 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>shoulda.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
shoulda.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/shoulda.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [Shoulda library](<a
|
32
|
-
href="http://thoughtbot.com/projects/shoulda/">thoughtbot.com/projects/shoulda/</a>).
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>shoulda</li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
@@ -1,67 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>test_spec.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
test_spec.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/inochi/test/test_spec.rb</li>
|
22
|
-
<li>Last modified: 2009-09-06 20:52:42 -0700</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<p>
|
31
|
-
Integration for the [test/spec library](<a
|
32
|
-
href="http://chneukirchen.org/repos/testspec/README">chneukirchen.org/repos/testspec/README</a>).
|
33
|
-
</p>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Required Files</div>
|
40
|
-
<ul>
|
41
|
-
|
42
|
-
<li>test/spec</li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|