quarry 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +22 -1
- data/MANIFEST +30 -339
- data/RELEASE +2 -4
- data/VERSION +1 -1
- data/bin/quarry +14 -10
- data/bin/quarry-doc +2 -2
- data/lib/quarry/assertion.rb +27 -0
- data/lib/quarry/{spec/config.rb → config.rb} +0 -0
- data/lib/quarry/document/template.rhtml +239 -0
- data/lib/quarry/document.rb +126 -0
- data/lib/quarry/expectation.rb +60 -0
- data/lib/quarry/extract.rb +2 -0
- data/lib/quarry/grammar/assert.rb +48 -0
- data/lib/quarry/grammar/expect.rb +114 -0
- data/lib/quarry/grammar/legacy/assert.rb +280 -0
- data/lib/quarry/grammar/should.rb +50 -0
- data/lib/quarry/grammar.rb +4 -0
- data/lib/quarry/{spec → markup}/step.rb +4 -3
- data/lib/quarry/markup.rb +70 -0
- data/lib/quarry/{stub/mock.rb → mock.rb} +1 -1
- data/lib/quarry/{loadmonitor.rb → monitor.rb} +0 -0
- data/lib/quarry/{stub/probe.rb → probe.rb} +8 -35
- data/lib/quarry/reporter/dotprogress.rb +62 -0
- data/lib/quarry/reporter/summary.rb +70 -0
- data/lib/quarry/reporter/verbatim.rb +82 -0
- data/lib/quarry/reporter.rb +70 -0
- data/lib/quarry/{spec → runner}/context.rb +7 -2
- data/lib/quarry/runner.rb +123 -0
- data/lib/quarry/{stub/stub.rb → stub.rb} +1 -1
- data/lib/quarry.rb +10 -0
- data/spec/basic.rd +0 -2
- data/spec/complex.rd +0 -2
- data/spec/mock.rd +20 -26
- data/spec/stub.rd +8 -12
- metadata +48 -361
- data/bin/ruby-break +0 -10
- data/doc/assets/images/clipboard.jpg +0 -0
- data/doc/assets/images/clipboard2.png +0 -0
- data/doc/assets/images/darksilver.png +0 -0
- data/doc/assets/images/icon/book.jpg +0 -0
- data/doc/assets/images/icon/download.gif +0 -0
- data/doc/assets/images/icon/letter_r.png +0 -0
- data/doc/assets/images/icon/license.png +0 -0
- data/doc/assets/images/icon/software.png +0 -0
- data/doc/assets/images/icon/source.png +0 -0
- data/doc/assets/images/miner.jpg +0 -0
- data/doc/assets/images/rbrylmtrx.png +0 -0
- data/doc/assets/images/ruby.gif +0 -0
- data/doc/assets/images/runneth.png +0 -0
- data/doc/assets/images/silver.gif +0 -0
- data/doc/assets/images/test.jpg +0 -0
- data/doc/assets/jquery/jquery.js +0 -1
- data/doc/assets/jquery/jquery.tabs.js +0 -1
- data/doc/assets/rdoc_ad.html +0 -12
- data/doc/assets/styles/index.css +0 -138
- data/doc/guide/stubs.md +0 -125
- data/doc/index.html +0 -285
- data/doc/log/bstats/stats.html +0 -39
- data/doc/log/notes.xml +0 -32
- data/doc/log/stats.html +0 -25
- data/doc/log/stats.log +0 -14
- data/doc/log/syntax.log +0 -0
- data/doc/rdoc/classes/Assertion/False.html +0 -177
- data/doc/rdoc/classes/Assertion/True.html +0 -152
- data/doc/rdoc/classes/Assertion.html +0 -171
- data/doc/rdoc/classes/Kernel.html +0 -105
- data/doc/rdoc/classes/Method.html +0 -168
- data/doc/rdoc/classes/Object.html +0 -507
- data/doc/rdoc/classes/Quarry/Break.html +0 -231
- data/doc/rdoc/classes/Quarry/Command.html +0 -443
- data/doc/rdoc/classes/Quarry/Extract.html +0 -215
- data/doc/rdoc/classes/Quarry/MethodProbe.html +0 -325
- data/doc/rdoc/classes/Quarry/Mock/Delegator.html +0 -179
- data/doc/rdoc/classes/Quarry/Mock/Setter.html +0 -175
- data/doc/rdoc/classes/Quarry/Mock.html +0 -233
- data/doc/rdoc/classes/Quarry/Spec/Comment.html +0 -237
- data/doc/rdoc/classes/Quarry/Spec/Config.html +0 -257
- data/doc/rdoc/classes/Quarry/Spec/Context.html +0 -154
- data/doc/rdoc/classes/Quarry/Spec/Document.html +0 -382
- data/doc/rdoc/classes/Quarry/Spec/Header.html +0 -195
- data/doc/rdoc/classes/Quarry/Spec/Macro.html +0 -166
- data/doc/rdoc/classes/Quarry/Spec/Markup.html +0 -279
- data/doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html +0 -234
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html +0 -294
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html +0 -311
- data/doc/rdoc/classes/Quarry/Spec/Runner.html +0 -352
- data/doc/rdoc/classes/Quarry/Spec/Step.html +0 -190
- data/doc/rdoc/classes/Quarry/Spec/Template.html +0 -205
- data/doc/rdoc/classes/Quarry/Stub/Delegator.html +0 -179
- data/doc/rdoc/classes/Quarry/Stub/Setter.html +0 -175
- data/doc/rdoc/classes/Quarry/Stub.html +0 -224
- data/doc/rdoc/classes/Quarry.html +0 -176
- data/doc/rdoc/created.rid +0 -1
- data/doc/rdoc/files/CHANGES.html +0 -150
- data/doc/rdoc/files/COPYING.html +0 -468
- data/doc/rdoc/files/README.html +0 -195
- data/doc/rdoc/files/RELEASE.html +0 -122
- data/doc/rdoc/files/VERSION.html +0 -107
- data/doc/rdoc/files/bin/quarry-doc.html +0 -109
- data/doc/rdoc/files/bin/quarry.html +0 -109
- data/doc/rdoc/files/bin/ruby-break.html +0 -108
- data/doc/rdoc/files/bin/ruby-xacto.html +0 -101
- data/doc/rdoc/files/lib/quarry/assert_rb.html +0 -155
- data/doc/rdoc/files/lib/quarry/break_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/extract_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/config_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/context_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/document_rb.html +0 -111
- data/doc/rdoc/files/lib/quarry/spec/markup_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter_rb.html +0 -109
- data/doc/rdoc/files/lib/quarry/spec/runner_rb.html +0 -109
- data/doc/rdoc/files/lib/quarry/spec/step_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/template_rhtml.html +0 -228
- data/doc/rdoc/files/lib/quarry/spec_rb.html +0 -113
- data/doc/rdoc/files/lib/quarry/stub/mock_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/stub/probe_rb.html +0 -122
- data/doc/rdoc/files/lib/quarry/stub/spec_txt.html +0 -118
- data/doc/rdoc/files/lib/quarry/stub/stub_rb.html +0 -101
- data/doc/rdoc/fr_class_index.html +0 -56
- data/doc/rdoc/fr_file_index.html +0 -55
- data/doc/rdoc/fr_method_index.html +0 -117
- data/doc/rdoc/index.html +0 -24
- data/doc/rdoc/rdoc-style.css +0 -208
- data/doc/ri/Assertion/False/assert-i.yaml +0 -10
- data/doc/ri/Assertion/False/cdesc-False.yaml +0 -21
- data/doc/ri/Assertion/False/message-i.yaml +0 -10
- data/doc/ri/Assertion/True/assert-i.yaml +0 -11
- data/doc/ri/Assertion/True/cdesc-True.yaml +0 -26
- data/doc/ri/Assertion/True/message-c.yaml +0 -11
- data/doc/ri/Assertion/True/message-i.yaml +0 -11
- data/doc/ri/Assertion/True/method_missing-i.yaml +0 -12
- data/doc/ri/Assertion/True/new-c.yaml +0 -11
- data/doc/ri/Assertion/cdesc-Assertion.yaml +0 -40
- data/doc/ri/Kernel/cdesc-Kernel.yaml +0 -15
- data/doc/ri/Method/cdesc-Method.yaml +0 -18
- data/doc/ri/Method/migration-i.yaml +0 -12
- data/doc/ri/Method/signature-i.yaml +0 -12
- data/doc/ri/Object/assert%21-i.yaml +0 -17
- data/doc/ri/Object/assert-i.yaml +0 -15
- data/doc/ri/Object/assert_raises%21-i.yaml +0 -12
- data/doc/ri/Object/assert_raises-i.yaml +0 -15
- data/doc/ri/Object/cdesc-Object.yaml +0 -42
- data/doc/ri/Object/mock-i.yaml +0 -12
- data/doc/ri/Object/refute-i.yaml +0 -13
- data/doc/ri/Object/refute_raises-i.yaml +0 -17
- data/doc/ri/Object/remove-i.yaml +0 -12
- data/doc/ri/Object/should-i.yaml +0 -12
- data/doc/ri/Object/should_not-i.yaml +0 -12
- data/doc/ri/Object/should_not_raise-i.yaml +0 -12
- data/doc/ri/Object/should_raise-i.yaml +0 -12
- data/doc/ri/Object/stub-i.yaml +0 -12
- data/doc/ri/Quarry/Break/cdesc-Break.yaml +0 -23
- data/doc/ri/Quarry/Break/edit-i.yaml +0 -11
- data/doc/ri/Quarry/Break/new-c.yaml +0 -11
- data/doc/ri/Quarry/Extract/cdesc-Extract.yaml +0 -26
- data/doc/ri/Quarry/Extract/create_test-i.yaml +0 -12
- data/doc/ri/Quarry/Extract/extract_test_from_file-i.yaml +0 -12
- data/doc/ri/Quarry/Extract/test_extract-i.yaml +0 -18
- data/doc/ri/Quarry/MethodProbe/cdesc-MethodProbe.yaml +0 -46
- data/doc/ri/Quarry/MethodProbe/duckcall-c.yaml +0 -10
- data/doc/ri/Quarry/MethodProbe/initialize_copy-i.yaml +0 -10
- data/doc/ri/Quarry/MethodProbe/method_missing-i.yaml +0 -10
- data/doc/ri/Quarry/MethodProbe/new-c.yaml +0 -10
- data/doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml +0 -20
- data/doc/ri/Quarry/Mock/Delegator/method_missing-i.yaml +0 -10
- data/doc/ri/Quarry/Mock/Delegator/new-c.yaml +0 -10
- data/doc/ri/Quarry/Mock/Setter/%3d%3d-i.yaml +0 -10
- data/doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml +0 -18
- data/doc/ri/Quarry/Mock/Setter/new-c.yaml +0 -10
- data/doc/ri/Quarry/Mock/__table__-i.yaml +0 -11
- data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +0 -25
- data/doc/ri/Quarry/Mock/method_missing-i.yaml +0 -12
- data/doc/ri/Quarry/Mock/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml +0 -33
- data/doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Comment/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Comment/type-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/after-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/after_spec-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/before-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/before_spec-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/cdesc-Config.yaml +0 -26
- data/doc/ri/Quarry/Spec/Config/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Context/cdesc-Context.yaml +0 -21
- data/doc/ri/Quarry/Spec/Context/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Document/cdesc-Document.yaml +0 -76
- data/doc/ri/Quarry/Spec/Document/generate-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/new-c.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Document/save-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/template-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Header/cdesc-Header.yaml +0 -30
- data/doc/ri/Quarry/Spec/Header/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml +0 -22
- data/doc/ri/Quarry/Spec/Macro/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml +0 -31
- data/doc/ri/Quarry/Spec/Markup/description-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Markup/new-c.yaml +0 -11
- data/doc/ri/Quarry/Spec/Markup/parse-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Markup/parse_section-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml +0 -21
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_intro-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml +0 -16
- data/doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml +0 -31
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_pass-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml +0 -29
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml +0 -16
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml +0 -20
- data/doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml +0 -47
- data/doc/ri/Quarry/Spec/Runner/check-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Runner/check_spec-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Runner/new-c.yaml +0 -12
- data/doc/ri/Quarry/Spec/Runner/run_step-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Step/cdesc-Step.yaml +0 -30
- data/doc/ri/Quarry/Spec/Step/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Template/cdesc-Template.yaml +0 -31
- data/doc/ri/Quarry/Spec/Template/new-c.yaml +0 -11
- data/doc/ri/Quarry/Spec/Template/parse_template-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/cdesc-Spec.yaml +0 -15
- data/doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml +0 -20
- data/doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml +0 -10
- data/doc/ri/Quarry/Stub/Delegator/new-c.yaml +0 -10
- data/doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml +0 -10
- data/doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml +0 -18
- data/doc/ri/Quarry/Stub/Setter/new-c.yaml +0 -10
- data/doc/ri/Quarry/Stub/__table__-i.yaml +0 -11
- data/doc/ri/Quarry/Stub/cdesc-Stub.yaml +0 -23
- data/doc/ri/Quarry/Stub/method_missing-i.yaml +0 -11
- data/doc/ri/Quarry/Stub/new-c.yaml +0 -10
- data/doc/ri/Quarry/cdesc-Quarry.yaml +0 -16
- data/doc/ri/created.rid +0 -1
- data/doc/spec/stub.html +0 -394
- data/lib/quarry/assert.rb +0 -198
- data/lib/quarry/break.rb +0 -51
- data/lib/quarry/spec/document.rb +0 -130
- data/lib/quarry/spec/markup.rb +0 -85
- data/lib/quarry/spec/reporter/dotprogress.rb +0 -66
- data/lib/quarry/spec/reporter/summary.rb +0 -74
- data/lib/quarry/spec/reporter/verbatim.rb +0 -87
- data/lib/quarry/spec/reporter.rb +0 -74
- data/lib/quarry/spec/runner.rb +0 -127
- data/lib/quarry/spec/template.rhtml +0 -116
- data/lib/quarry/spec.rb +0 -7
- data/lib/quarry/stub/spec.txt +0 -113
- data/work/consider/document.rb +0 -35
- data/work/consider/fixture.rb +0 -153
- data/work/deprecated/assert/must.rb +0 -9
- data/work/deprecated/assert/should.rb +0 -9
- data/work/deprecated/build.rb +0 -82
- data/work/deprecated/mock/file.rb +0 -11
- data/work/deprecated/mock/mock.0.rb +0 -77
- data/work/deprecated/overlay.rb +0 -64
- data/work/deprecated/spec.rb +0 -195
- data/work/deprecated/stub/stub.0.rb +0 -180
- data/work/deprecated/stub/stub.1.rb +0 -114
- data/work/deprecated/stub/test_stub.rb +0 -66
- data/work/deprecated/test/case.rb +0 -141
- data/work/sandbox/assert.rb +0 -100
- data/work/sandbox/bug.rb +0 -49
- data/work/sandbox/build/announce.rb +0 -213
- data/work/sandbox/build/check.rb +0 -109
- data/work/sandbox/build/gem.rb +0 -235
- data/work/sandbox/build/make.rb +0 -118
- data/work/sandbox/build/manpage.rb +0 -201
- data/work/sandbox/build/notes.rb +0 -214
- data/work/sandbox/build/pack.rb +0 -228
- data/work/sandbox/build/rdoc.rb +0 -289
- data/work/sandbox/build/rubyforge.rb +0 -91
- data/work/sandbox/build/sign.rb +0 -241
- data/work/sandbox/build/stamp.rb +0 -37
- data/work/sandbox/build/stats.rb +0 -154
- data/work/sandbox/build/svn.rb +0 -193
- data/work/sandbox/build/test.rb +0 -521
- data/work/sandbox/design.rb +0 -200
- data/work/sandbox/iface_scanner.rb +0 -102
- data/work/sandbox/testunit/assertions/assert_has_keys.rb +0 -38
- data/work/sandbox/testunit/assertions/assert_has_only_keys.rb +0 -38
- data/work/sandbox/testunit/unit.rb +0 -104
- data/work/sandbox/unitspec.rb +0 -54
- data/work/sandbox/x_isotest.rb +0 -532
data/CHANGES
CHANGED
@@ -1,6 +1,24 @@
|
|
1
|
+
== 0.5.0 / 2008-11-19
|
2
|
+
|
3
|
+
* 12 Other Enhancements
|
4
|
+
|
5
|
+
* imporved quarry doc tool (#36ce74b4f694b984bc9addc22eb74d6ecbb503e5)
|
6
|
+
* bin/quarry, added loadpath option (#6ba04ef83777d64192c9c62c9060d8fa37aad933)
|
7
|
+
* removed break.rb (#99daf82377fba841de2c5ee874e0207e9cd4db3b)
|
8
|
+
* creating better nomenclature (#c470ff980014a96c94f54cbd550e87d6c85b07a7)
|
9
|
+
* settled on 'expect' nomenclature (#2633ae1784d3126292c2bcaaec621a46bc3594d1)
|
10
|
+
* doc/index.rb, minor update (#f7e9a2b8a3e324818dce818d83aa7885dba2e4a9)
|
11
|
+
* how to handle #assert (#6d88bf73c8514eb75147f8e5db3482314a8de5e6)
|
12
|
+
* reorganized lib directory (#d6e699d3741ea068ed54b59a7a30dc2dd05943d5)
|
13
|
+
* fixed requires (#e6893da41a8d2e169d679bdd2affba17b2596de2)
|
14
|
+
* clean-up some code (#35b47d0254ccaf7594d5c1db0c5a88021ff8a795)
|
15
|
+
* bin/quarry, fixed references (#8c2b5094b5b647415dcbd31212b1270ca317e1ce)
|
16
|
+
* fixed old Spec namespace and backtrace argument to Assertion (#6d6deaad38c3abb5dce164067970bee82412c93e)
|
17
|
+
|
18
|
+
|
1
19
|
== 0.4.0 / 2008-11-15
|
2
20
|
|
3
|
-
*
|
21
|
+
* 41 Other Enhancements
|
4
22
|
|
5
23
|
* would help if I added the files (#e4cd5b6ae10fd7b07e3e3ae7b386ee0f955b0ddc)
|
6
24
|
* added stub test/unit test (#681a3a97654b0ccf9d65c1714f221e3750a10455)
|
@@ -40,4 +58,7 @@
|
|
40
58
|
* bin/quarry, add debug option (#26919c7a0a0f0299e0fe94fa04647f32405bd1a8)
|
41
59
|
* use Clio::ANSIColor (#ee741ed52cf4e40e730d695dd5a78689160971c0)
|
42
60
|
* bin/quarry-doc, provides a (currently very basic) spec documentor tool (#f157cda44526fc26a3d45a1655de962b6c5372da)
|
61
|
+
* update to verison 0.4.0 (#28875acc24a9e9e7c65453565e9913951604ad5f)
|
62
|
+
* changed all specs to rdoc format (#d21d02b05d8c036eb8381b2734956f91e467b4d2)
|
63
|
+
* updated website (#70bdb6c6af7635e7f04b47aedb0df5a52b4a14c7)
|
43
64
|
|
data/MANIFEST
CHANGED
@@ -3,275 +3,7 @@ spec/complex.rd
|
|
3
3
|
spec/mock.rd
|
4
4
|
spec/basic.rd
|
5
5
|
spec/stub.rd
|
6
|
-
|
7
|
-
doc/spec
|
8
|
-
doc/spec/stub.html
|
9
|
-
doc/guide
|
10
|
-
doc/guide/stubs.md
|
11
|
-
doc/assets
|
12
|
-
doc/assets/rdoc_ad.html
|
13
|
-
doc/assets/styles
|
14
|
-
doc/assets/styles/index.css
|
15
|
-
doc/assets/images
|
16
|
-
doc/assets/images/rbrylmtrx.png
|
17
|
-
doc/assets/images/silver.gif
|
18
|
-
doc/assets/images/runneth.png
|
19
|
-
doc/assets/images/clipboard2.png
|
20
|
-
doc/assets/images/ruby.gif
|
21
|
-
doc/assets/images/clipboard.jpg
|
22
|
-
doc/assets/images/darksilver.png
|
23
|
-
doc/assets/images/test.jpg
|
24
|
-
doc/assets/images/miner.jpg
|
25
|
-
doc/assets/images/icon
|
26
|
-
doc/assets/images/icon/letter_r.png
|
27
|
-
doc/assets/images/icon/software.png
|
28
|
-
doc/assets/images/icon/download.gif
|
29
|
-
doc/assets/images/icon/book.jpg
|
30
|
-
doc/assets/images/icon/license.png
|
31
|
-
doc/assets/images/icon/source.png
|
32
|
-
doc/assets/jquery
|
33
|
-
doc/assets/jquery/jquery.tabs.js
|
34
|
-
doc/assets/jquery/jquery.js
|
35
|
-
doc/rdoc
|
36
|
-
doc/rdoc/fr_file_index.html
|
37
|
-
doc/rdoc/classes
|
38
|
-
doc/rdoc/classes/Assertion
|
39
|
-
doc/rdoc/classes/Assertion/False.html
|
40
|
-
doc/rdoc/classes/Assertion/True.html
|
41
|
-
doc/rdoc/classes/Quarry
|
42
|
-
doc/rdoc/classes/Quarry/Stub.html
|
43
|
-
doc/rdoc/classes/Quarry/Extract.html
|
44
|
-
doc/rdoc/classes/Quarry/Break.html
|
45
|
-
doc/rdoc/classes/Quarry/MethodProbe.html
|
46
|
-
doc/rdoc/classes/Quarry/Stub
|
47
|
-
doc/rdoc/classes/Quarry/Stub/Setter.html
|
48
|
-
doc/rdoc/classes/Quarry/Stub/Delegator.html
|
49
|
-
doc/rdoc/classes/Quarry/Mock
|
50
|
-
doc/rdoc/classes/Quarry/Mock/Setter.html
|
51
|
-
doc/rdoc/classes/Quarry/Mock/Delegator.html
|
52
|
-
doc/rdoc/classes/Quarry/Spec
|
53
|
-
doc/rdoc/classes/Quarry/Spec/Runner.html
|
54
|
-
doc/rdoc/classes/Quarry/Spec/Step.html
|
55
|
-
doc/rdoc/classes/Quarry/Spec/Document.html
|
56
|
-
doc/rdoc/classes/Quarry/Spec/Comment.html
|
57
|
-
doc/rdoc/classes/Quarry/Spec/Config.html
|
58
|
-
doc/rdoc/classes/Quarry/Spec/Macro.html
|
59
|
-
doc/rdoc/classes/Quarry/Spec/Header.html
|
60
|
-
doc/rdoc/classes/Quarry/Spec/Context.html
|
61
|
-
doc/rdoc/classes/Quarry/Spec/Reporter
|
62
|
-
doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html
|
63
|
-
doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html
|
64
|
-
doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html
|
65
|
-
doc/rdoc/classes/Quarry/Spec/Markup.html
|
66
|
-
doc/rdoc/classes/Quarry/Spec/Template.html
|
67
|
-
doc/rdoc/classes/Quarry/Command.html
|
68
|
-
doc/rdoc/classes/Quarry/Mock.html
|
69
|
-
doc/rdoc/classes/Kernel.html
|
70
|
-
doc/rdoc/classes/Method.html
|
71
|
-
doc/rdoc/classes/Object.html
|
72
|
-
doc/rdoc/classes/Assertion.html
|
73
|
-
doc/rdoc/classes/Quarry.html
|
74
|
-
doc/rdoc/rdoc-style.css
|
75
|
-
doc/rdoc/files
|
76
|
-
doc/rdoc/files/README.html
|
77
|
-
doc/rdoc/files/CHANGES.html
|
78
|
-
doc/rdoc/files/VERSION.html
|
79
|
-
doc/rdoc/files/lib
|
80
|
-
doc/rdoc/files/lib/quarry
|
81
|
-
doc/rdoc/files/lib/quarry/spec
|
82
|
-
doc/rdoc/files/lib/quarry/spec/runner_rb.html
|
83
|
-
doc/rdoc/files/lib/quarry/spec/markup_rb.html
|
84
|
-
doc/rdoc/files/lib/quarry/spec/template_rhtml.html
|
85
|
-
doc/rdoc/files/lib/quarry/spec/document_rb.html
|
86
|
-
doc/rdoc/files/lib/quarry/spec/config_rb.html
|
87
|
-
doc/rdoc/files/lib/quarry/spec/reporter_rb.html
|
88
|
-
doc/rdoc/files/lib/quarry/spec/step_rb.html
|
89
|
-
doc/rdoc/files/lib/quarry/spec/reporter
|
90
|
-
doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html
|
91
|
-
doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html
|
92
|
-
doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html
|
93
|
-
doc/rdoc/files/lib/quarry/spec/context_rb.html
|
94
|
-
doc/rdoc/files/lib/quarry/break_rb.html
|
95
|
-
doc/rdoc/files/lib/quarry/spec_rb.html
|
96
|
-
doc/rdoc/files/lib/quarry/loadmonitor_rb.html
|
97
|
-
doc/rdoc/files/lib/quarry/extract_rb.html
|
98
|
-
doc/rdoc/files/lib/quarry/assert_rb.html
|
99
|
-
doc/rdoc/files/lib/quarry/stub
|
100
|
-
doc/rdoc/files/lib/quarry/stub/mock_rb.html
|
101
|
-
doc/rdoc/files/lib/quarry/stub/probe_rb.html
|
102
|
-
doc/rdoc/files/lib/quarry/stub/stub_rb.html
|
103
|
-
doc/rdoc/files/lib/quarry/stub/spec_txt.html
|
104
|
-
doc/rdoc/files/COPYING.html
|
105
|
-
doc/rdoc/files/RELEASE.html
|
106
|
-
doc/rdoc/files/bin
|
107
|
-
doc/rdoc/files/bin/quarry-doc.html
|
108
|
-
doc/rdoc/files/bin/ruby-xacto.html
|
109
|
-
doc/rdoc/files/bin/ruby-break.html
|
110
|
-
doc/rdoc/files/bin/quarry.html
|
111
|
-
doc/rdoc/fr_class_index.html
|
112
|
-
doc/rdoc/index.html
|
113
|
-
doc/rdoc/created.rid
|
114
|
-
doc/rdoc/fr_method_index.html
|
115
|
-
doc/index.html
|
116
|
-
doc/log
|
117
|
-
doc/log/stats.log
|
118
|
-
doc/log/notes.xml
|
119
|
-
doc/log/stats.html
|
120
|
-
doc/log/bstats
|
121
|
-
doc/log/bstats/stats.html
|
122
|
-
doc/log/syntax.log
|
123
|
-
doc/ri
|
124
|
-
doc/ri/Assertion
|
125
|
-
doc/ri/Assertion/True
|
126
|
-
doc/ri/Assertion/True/cdesc-True.yaml
|
127
|
-
doc/ri/Assertion/True/assert-i.yaml
|
128
|
-
doc/ri/Assertion/True/message-c.yaml
|
129
|
-
doc/ri/Assertion/True/new-c.yaml
|
130
|
-
doc/ri/Assertion/True/message-i.yaml
|
131
|
-
doc/ri/Assertion/True/method_missing-i.yaml
|
132
|
-
doc/ri/Assertion/False
|
133
|
-
doc/ri/Assertion/False/cdesc-False.yaml
|
134
|
-
doc/ri/Assertion/False/assert-i.yaml
|
135
|
-
doc/ri/Assertion/False/message-i.yaml
|
136
|
-
doc/ri/Assertion/cdesc-Assertion.yaml
|
137
|
-
doc/ri/Quarry
|
138
|
-
doc/ri/Quarry/cdesc-Quarry.yaml
|
139
|
-
doc/ri/Quarry/Stub
|
140
|
-
doc/ri/Quarry/Stub/Delegator
|
141
|
-
doc/ri/Quarry/Stub/Delegator/new-c.yaml
|
142
|
-
doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml
|
143
|
-
doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml
|
144
|
-
doc/ri/Quarry/Stub/Setter
|
145
|
-
doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml
|
146
|
-
doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml
|
147
|
-
doc/ri/Quarry/Stub/Setter/new-c.yaml
|
148
|
-
doc/ri/Quarry/Stub/__table__-i.yaml
|
149
|
-
doc/ri/Quarry/Stub/cdesc-Stub.yaml
|
150
|
-
doc/ri/Quarry/Stub/new-c.yaml
|
151
|
-
doc/ri/Quarry/Stub/method_missing-i.yaml
|
152
|
-
doc/ri/Quarry/Mock
|
153
|
-
doc/ri/Quarry/Mock/cdesc-Mock.yaml
|
154
|
-
doc/ri/Quarry/Mock/Delegator
|
155
|
-
doc/ri/Quarry/Mock/Delegator/new-c.yaml
|
156
|
-
doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml
|
157
|
-
doc/ri/Quarry/Mock/Delegator/method_missing-i.yaml
|
158
|
-
doc/ri/Quarry/Mock/Setter
|
159
|
-
doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml
|
160
|
-
doc/ri/Quarry/Mock/Setter/%3d%3d-i.yaml
|
161
|
-
doc/ri/Quarry/Mock/Setter/new-c.yaml
|
162
|
-
doc/ri/Quarry/Mock/__table__-i.yaml
|
163
|
-
doc/ri/Quarry/Mock/new-c.yaml
|
164
|
-
doc/ri/Quarry/Mock/method_missing-i.yaml
|
165
|
-
doc/ri/Quarry/Extract
|
166
|
-
doc/ri/Quarry/Extract/extract_test_from_file-i.yaml
|
167
|
-
doc/ri/Quarry/Extract/cdesc-Extract.yaml
|
168
|
-
doc/ri/Quarry/Extract/create_test-i.yaml
|
169
|
-
doc/ri/Quarry/Extract/test_extract-i.yaml
|
170
|
-
doc/ri/Quarry/MethodProbe
|
171
|
-
doc/ri/Quarry/MethodProbe/cdesc-MethodProbe.yaml
|
172
|
-
doc/ri/Quarry/MethodProbe/duckcall-c.yaml
|
173
|
-
doc/ri/Quarry/MethodProbe/initialize_copy-i.yaml
|
174
|
-
doc/ri/Quarry/MethodProbe/new-c.yaml
|
175
|
-
doc/ri/Quarry/MethodProbe/method_missing-i.yaml
|
176
|
-
doc/ri/Quarry/Break
|
177
|
-
doc/ri/Quarry/Break/edit-i.yaml
|
178
|
-
doc/ri/Quarry/Break/cdesc-Break.yaml
|
179
|
-
doc/ri/Quarry/Break/new-c.yaml
|
180
|
-
doc/ri/Quarry/Spec
|
181
|
-
doc/ri/Quarry/Spec/Context
|
182
|
-
doc/ri/Quarry/Spec/Context/cdesc-Context.yaml
|
183
|
-
doc/ri/Quarry/Spec/Context/new-c.yaml
|
184
|
-
doc/ri/Quarry/Spec/Macro
|
185
|
-
doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml
|
186
|
-
doc/ri/Quarry/Spec/Macro/new-c.yaml
|
187
|
-
doc/ri/Quarry/Spec/Markup
|
188
|
-
doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml
|
189
|
-
doc/ri/Quarry/Spec/Markup/description-i.yaml
|
190
|
-
doc/ri/Quarry/Spec/Markup/parse-i.yaml
|
191
|
-
doc/ri/Quarry/Spec/Markup/parse_section-i.yaml
|
192
|
-
doc/ri/Quarry/Spec/Markup/new-c.yaml
|
193
|
-
doc/ri/Quarry/Spec/Config
|
194
|
-
doc/ri/Quarry/Spec/Config/cdesc-Config.yaml
|
195
|
-
doc/ri/Quarry/Spec/Config/after-i.yaml
|
196
|
-
doc/ri/Quarry/Spec/Config/before-i.yaml
|
197
|
-
doc/ri/Quarry/Spec/Config/after_spec-i.yaml
|
198
|
-
doc/ri/Quarry/Spec/Config/new-c.yaml
|
199
|
-
doc/ri/Quarry/Spec/Config/before_spec-i.yaml
|
200
|
-
doc/ri/Quarry/Spec/Step
|
201
|
-
doc/ri/Quarry/Spec/Step/cdesc-Step.yaml
|
202
|
-
doc/ri/Quarry/Spec/Step/new-c.yaml
|
203
|
-
doc/ri/Quarry/Spec/Runner
|
204
|
-
doc/ri/Quarry/Spec/Runner/check_spec-i.yaml
|
205
|
-
doc/ri/Quarry/Spec/Runner/check-i.yaml
|
206
|
-
doc/ri/Quarry/Spec/Runner/run_step-i.yaml
|
207
|
-
doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml
|
208
|
-
doc/ri/Quarry/Spec/Runner/new-c.yaml
|
209
|
-
doc/ri/Quarry/Spec/cdesc-Spec.yaml
|
210
|
-
doc/ri/Quarry/Spec/Comment
|
211
|
-
doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml
|
212
|
-
doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml
|
213
|
-
doc/ri/Quarry/Spec/Comment/type-i.yaml
|
214
|
-
doc/ri/Quarry/Spec/Comment/new-c.yaml
|
215
|
-
doc/ri/Quarry/Spec/Document
|
216
|
-
doc/ri/Quarry/Spec/Document/cdesc-Document.yaml
|
217
|
-
doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml
|
218
|
-
doc/ri/Quarry/Spec/Document/save-i.yaml
|
219
|
-
doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml
|
220
|
-
doc/ri/Quarry/Spec/Document/generate-i.yaml
|
221
|
-
doc/ri/Quarry/Spec/Document/template-i.yaml
|
222
|
-
doc/ri/Quarry/Spec/Document/new-c.yaml
|
223
|
-
doc/ri/Quarry/Spec/Template
|
224
|
-
doc/ri/Quarry/Spec/Template/parse_template-i.yaml
|
225
|
-
doc/ri/Quarry/Spec/Template/cdesc-Template.yaml
|
226
|
-
doc/ri/Quarry/Spec/Template/new-c.yaml
|
227
|
-
doc/ri/Quarry/Spec/Reporter
|
228
|
-
doc/ri/Quarry/Spec/Reporter/Summary
|
229
|
-
doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml
|
230
|
-
doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml
|
231
|
-
doc/ri/Quarry/Spec/Reporter/Summary/report_pass-i.yaml
|
232
|
-
doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml
|
233
|
-
doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml
|
234
|
-
doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml
|
235
|
-
doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml
|
236
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim
|
237
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml
|
238
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml
|
239
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml
|
240
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml
|
241
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml
|
242
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml
|
243
|
-
doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml
|
244
|
-
doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml
|
245
|
-
doc/ri/Quarry/Spec/Reporter/DotProgress
|
246
|
-
doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml
|
247
|
-
doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml
|
248
|
-
doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml
|
249
|
-
doc/ri/Quarry/Spec/Reporter/DotProgress/report_intro-i.yaml
|
250
|
-
doc/ri/Quarry/Spec/Header
|
251
|
-
doc/ri/Quarry/Spec/Header/cdesc-Header.yaml
|
252
|
-
doc/ri/Quarry/Spec/Header/new-c.yaml
|
253
|
-
doc/ri/Object
|
254
|
-
doc/ri/Object/refute_raises-i.yaml
|
255
|
-
doc/ri/Object/refute-i.yaml
|
256
|
-
doc/ri/Object/should_not-i.yaml
|
257
|
-
doc/ri/Object/assert-i.yaml
|
258
|
-
doc/ri/Object/assert%21-i.yaml
|
259
|
-
doc/ri/Object/assert_raises%21-i.yaml
|
260
|
-
doc/ri/Object/should_raise-i.yaml
|
261
|
-
doc/ri/Object/cdesc-Object.yaml
|
262
|
-
doc/ri/Object/should_not_raise-i.yaml
|
263
|
-
doc/ri/Object/stub-i.yaml
|
264
|
-
doc/ri/Object/mock-i.yaml
|
265
|
-
doc/ri/Object/assert_raises-i.yaml
|
266
|
-
doc/ri/Object/remove-i.yaml
|
267
|
-
doc/ri/Object/should-i.yaml
|
268
|
-
doc/ri/Kernel
|
269
|
-
doc/ri/Kernel/cdesc-Kernel.yaml
|
270
|
-
doc/ri/created.rid
|
271
|
-
doc/ri/Method
|
272
|
-
doc/ri/Method/migration-i.yaml
|
273
|
-
doc/ri/Method/cdesc-Method.yaml
|
274
|
-
doc/ri/Method/signature-i.yaml
|
6
|
+
MANIFEST
|
275
7
|
CHANGES
|
276
8
|
RELEASE
|
277
9
|
README
|
@@ -284,79 +16,38 @@ meta/authors
|
|
284
16
|
meta/requires
|
285
17
|
lib
|
286
18
|
lib/quarry
|
287
|
-
lib/quarry/
|
288
|
-
lib/quarry/
|
289
|
-
lib/quarry/
|
290
|
-
lib/quarry/
|
291
|
-
lib/quarry/
|
292
|
-
lib/quarry/
|
293
|
-
lib/quarry/
|
294
|
-
lib/quarry/
|
295
|
-
lib/quarry/
|
296
|
-
lib/quarry/
|
297
|
-
lib/quarry/spec/reporter.rb
|
298
|
-
lib/quarry/spec/document.rb
|
299
|
-
lib/quarry/spec/context.rb
|
300
|
-
lib/quarry/assert.rb
|
301
|
-
lib/quarry/break.rb
|
19
|
+
lib/quarry/probe.rb
|
20
|
+
lib/quarry/document
|
21
|
+
lib/quarry/document/template.rhtml
|
22
|
+
lib/quarry/grammar.rb
|
23
|
+
lib/quarry/config.rb
|
24
|
+
lib/quarry/runner.rb
|
25
|
+
lib/quarry/runner
|
26
|
+
lib/quarry/runner/context.rb
|
27
|
+
lib/quarry/stub.rb
|
28
|
+
lib/quarry/mock.rb
|
302
29
|
lib/quarry/extract.rb
|
303
|
-
lib/quarry/
|
304
|
-
lib/quarry/
|
305
|
-
lib/quarry/
|
306
|
-
lib/quarry/
|
307
|
-
lib/quarry/
|
308
|
-
lib/quarry/
|
309
|
-
lib/quarry/
|
30
|
+
lib/quarry/markup.rb
|
31
|
+
lib/quarry/reporter
|
32
|
+
lib/quarry/reporter/verbatim.rb
|
33
|
+
lib/quarry/reporter/dotprogress.rb
|
34
|
+
lib/quarry/reporter/summary.rb
|
35
|
+
lib/quarry/monitor.rb
|
36
|
+
lib/quarry/reporter.rb
|
37
|
+
lib/quarry/expectation.rb
|
38
|
+
lib/quarry/document.rb
|
39
|
+
lib/quarry/grammar
|
40
|
+
lib/quarry/grammar/expect.rb
|
41
|
+
lib/quarry/grammar/assert.rb
|
42
|
+
lib/quarry/grammar/legacy
|
43
|
+
lib/quarry/grammar/legacy/assert.rb
|
44
|
+
lib/quarry/grammar/should.rb
|
45
|
+
lib/quarry/markup
|
46
|
+
lib/quarry/markup/step.rb
|
47
|
+
lib/quarry/assertion.rb
|
48
|
+
lib/quarry.rb
|
310
49
|
VERSION
|
311
|
-
work
|
312
|
-
work/deprecated
|
313
|
-
work/deprecated/overlay.rb
|
314
|
-
work/deprecated/test
|
315
|
-
work/deprecated/test/case.rb
|
316
|
-
work/deprecated/mock
|
317
|
-
work/deprecated/mock/file.rb
|
318
|
-
work/deprecated/mock/mock.0.rb
|
319
|
-
work/deprecated/build.rb
|
320
|
-
work/deprecated/spec.rb
|
321
|
-
work/deprecated/stub
|
322
|
-
work/deprecated/stub/stub.0.rb
|
323
|
-
work/deprecated/stub/stub.1.rb
|
324
|
-
work/deprecated/stub/test_stub.rb
|
325
|
-
work/deprecated/assert
|
326
|
-
work/deprecated/assert/must.rb
|
327
|
-
work/deprecated/assert/should.rb
|
328
|
-
work/sandbox
|
329
|
-
work/sandbox/unitspec.rb
|
330
|
-
work/sandbox/assert.rb
|
331
|
-
work/sandbox/iface_scanner.rb
|
332
|
-
work/sandbox/x_isotest.rb
|
333
|
-
work/sandbox/testunit
|
334
|
-
work/sandbox/testunit/assertions
|
335
|
-
work/sandbox/testunit/assertions/assert_has_keys.rb
|
336
|
-
work/sandbox/testunit/assertions/assert_has_only_keys.rb
|
337
|
-
work/sandbox/testunit/unit.rb
|
338
|
-
work/sandbox/design.rb
|
339
|
-
work/sandbox/bug.rb
|
340
|
-
work/sandbox/build
|
341
|
-
work/sandbox/build/sign.rb
|
342
|
-
work/sandbox/build/rdoc.rb
|
343
|
-
work/sandbox/build/make.rb
|
344
|
-
work/sandbox/build/manpage.rb
|
345
|
-
work/sandbox/build/test.rb
|
346
|
-
work/sandbox/build/rubyforge.rb
|
347
|
-
work/sandbox/build/stats.rb
|
348
|
-
work/sandbox/build/gem.rb
|
349
|
-
work/sandbox/build/notes.rb
|
350
|
-
work/sandbox/build/pack.rb
|
351
|
-
work/sandbox/build/stamp.rb
|
352
|
-
work/sandbox/build/svn.rb
|
353
|
-
work/sandbox/build/check.rb
|
354
|
-
work/sandbox/build/announce.rb
|
355
|
-
work/consider
|
356
|
-
work/consider/fixture.rb
|
357
|
-
work/consider/document.rb
|
358
50
|
bin
|
359
|
-
bin/ruby-break
|
360
51
|
bin/ruby-xacto
|
361
52
|
bin/quarry
|
362
53
|
bin/quarry-doc
|
data/RELEASE
CHANGED
@@ -2,11 +2,9 @@ This is the first offical release of the new Ruby Quarry.
|
|
2
2
|
Prepare to change the way you drive.
|
3
3
|
|
4
4
|
|
5
|
-
### 0.
|
5
|
+
### 0.5.0 / 2008-11-19
|
6
6
|
|
7
7
|
* Major Enhancements
|
8
8
|
|
9
|
-
*
|
10
|
-
* Added (beta) documentation tool.
|
11
|
-
* Depends on Clio for commandline and ansi color.
|
9
|
+
* Reorganized library files
|
12
10
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
quarry 0.
|
1
|
+
quarry 0.5.0 beta (2008-11-19)
|
data/bin/quarry
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
-
require 'quarry
|
3
|
+
require 'quarry'
|
4
4
|
require 'getoptlong'
|
5
5
|
|
6
6
|
module Quarry
|
7
7
|
|
8
8
|
# = Quarry Commandline Utility
|
9
|
+
#
|
9
10
|
class Command
|
10
11
|
def self.execute
|
11
12
|
new.execute
|
@@ -19,11 +20,12 @@ module Quarry
|
|
19
20
|
|
20
21
|
def opts
|
21
22
|
@opts ||= GetoptLong.new(
|
22
|
-
[ '--version',
|
23
|
-
[ '--help',
|
24
|
-
[ '--debug',
|
25
|
-
[ '--verbose',
|
26
|
-
[ '--summary',
|
23
|
+
[ '--version', GetoptLong::NO_ARGUMENT ],
|
24
|
+
[ '--help', '-h', GetoptLong::NO_ARGUMENT ],
|
25
|
+
[ '--debug', '-d', GetoptLong::NO_ARGUMENT ],
|
26
|
+
[ '--verbose', '-v', GetoptLong::NO_ARGUMENT ],
|
27
|
+
[ '--summary', '-s', GetoptLong::NO_ARGUMENT ],
|
28
|
+
[ '--loadpath', '-I', GetoptLong::REQUIRED_ARGUMENT ]
|
27
29
|
)
|
28
30
|
end
|
29
31
|
|
@@ -40,6 +42,8 @@ module Quarry
|
|
40
42
|
@reporter = :verbose
|
41
43
|
when '--summary'
|
42
44
|
@reporter = :summary
|
45
|
+
when '--loadpath'
|
46
|
+
arg.split(/[:;]/).each{|dir| $LOAD_PATH.unshift(dir)}
|
43
47
|
end
|
44
48
|
end
|
45
49
|
end
|
@@ -59,7 +63,7 @@ module Quarry
|
|
59
63
|
when '.rb'
|
60
64
|
#load(file)
|
61
65
|
else
|
62
|
-
specs << Quarry::
|
66
|
+
specs << Quarry::Markup.new(file)
|
63
67
|
end
|
64
68
|
end
|
65
69
|
specs
|
@@ -80,16 +84,16 @@ module Quarry
|
|
80
84
|
def output
|
81
85
|
case reporter
|
82
86
|
when :verbose
|
83
|
-
Quarry::
|
87
|
+
Quarry::Reporter::Verbatim.new
|
84
88
|
when :summary
|
85
|
-
Quarry::
|
89
|
+
Quarry::Reporter::Summary.new
|
86
90
|
else
|
87
91
|
nil
|
88
92
|
end
|
89
93
|
end
|
90
94
|
|
91
95
|
def runner
|
92
|
-
Quarry::
|
96
|
+
Quarry::Runner.new(specs, output)
|
93
97
|
end
|
94
98
|
|
95
99
|
#
|
data/bin/quarry-doc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
-
require 'quarry/spec/document'
|
4
3
|
require 'clio/commandline'
|
4
|
+
require 'quarry/document'
|
5
5
|
|
6
6
|
cli = Clio::Commandline.new
|
7
7
|
cli.usage.opt("--file=FILENAME -f")
|
@@ -21,6 +21,6 @@ opts[:quiet] = cli.options[:quiet]
|
|
21
21
|
opts[:css] = cli.options[:css]
|
22
22
|
opts[:title] = cli.options[:title]
|
23
23
|
|
24
|
-
doc = Quarry::
|
24
|
+
doc = Quarry::Document.new(opts)
|
25
25
|
doc.generate
|
26
26
|
|
@@ -0,0 +1,27 @@
|
|
1
|
+
module Quarry
|
2
|
+
|
3
|
+
# = Assertion
|
4
|
+
#
|
5
|
+
# This is the core class of Quarry's specification system.
|
6
|
+
#
|
7
|
+
class Assertion < Exception
|
8
|
+
|
9
|
+
def initialize(message, backtrace=nil)
|
10
|
+
super(message)
|
11
|
+
set_backtrace(backtrace) if backtrace
|
12
|
+
end
|
13
|
+
|
14
|
+
def to_str
|
15
|
+
msg = message
|
16
|
+
msg = msg.to_s unless String === msg
|
17
|
+
#msg += '.' unless msg.empty?
|
18
|
+
#msg += "\n#{default}."
|
19
|
+
msg.strip
|
20
|
+
end
|
21
|
+
|
22
|
+
end
|
23
|
+
|
24
|
+
end
|
25
|
+
|
26
|
+
# Copyright (c) 2008 Tiger Ops
|
27
|
+
|
File without changes
|