quarry 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +40 -3
- data/MANIFEST +290 -78
- data/README +51 -37
- data/RELEASE +12 -0
- data/VERSION +1 -1
- data/bin/quarry +117 -0
- data/bin/quarry-doc +26 -0
- data/bin/ruby-break +10 -0
- data/bin/{xact-ruby → ruby-xacto} +0 -0
- 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 +1 -0
- data/doc/assets/jquery/jquery.tabs.js +1 -0
- data/doc/assets/rdoc_ad.html +12 -0
- data/doc/assets/styles/index.css +138 -0
- data/doc/guide/stubs.md +125 -0
- data/doc/index.html +285 -0
- data/doc/log/bstats/stats.html +39 -0
- data/doc/log/notes.xml +32 -0
- data/doc/log/stats.html +25 -0
- data/doc/log/stats.log +14 -0
- data/doc/log/syntax.log +0 -0
- data/doc/rdoc/classes/Assertion/False.html +151 -106
- data/doc/rdoc/classes/Assertion/True.html +128 -113
- data/doc/rdoc/classes/Assertion.html +147 -77
- data/doc/rdoc/classes/Kernel.html +84 -65
- data/doc/rdoc/classes/Method.html +123 -92
- data/doc/rdoc/classes/Object.html +468 -115
- data/doc/rdoc/classes/Quarry/Break.html +231 -0
- data/doc/rdoc/classes/Quarry/Command.html +443 -0
- data/doc/rdoc/classes/Quarry/Extract.html +215 -0
- data/doc/rdoc/classes/Quarry/MethodProbe.html +203 -145
- data/doc/rdoc/classes/Quarry/Mock/Delegator.html +179 -0
- data/doc/rdoc/classes/Quarry/Mock/Setter.html +175 -0
- data/doc/rdoc/classes/Quarry/Mock.html +211 -67
- data/doc/rdoc/classes/Quarry/Spec/Comment.html +237 -0
- data/doc/rdoc/classes/Quarry/Spec/Config.html +257 -0
- data/doc/rdoc/classes/Quarry/Spec/Context.html +154 -0
- data/doc/rdoc/classes/Quarry/Spec/Document.html +382 -0
- data/doc/rdoc/classes/Quarry/Spec/Header.html +195 -0
- data/doc/rdoc/classes/Quarry/Spec/Macro.html +166 -0
- data/doc/rdoc/classes/Quarry/Spec/Markup.html +279 -0
- data/doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html +234 -0
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html +294 -0
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html +311 -0
- data/doc/rdoc/classes/Quarry/Spec/Runner.html +352 -0
- data/doc/rdoc/classes/Quarry/Spec/Step.html +190 -0
- data/doc/rdoc/classes/Quarry/Spec/Template.html +205 -0
- data/doc/rdoc/classes/Quarry/Stub/Delegator.html +179 -0
- data/doc/rdoc/classes/Quarry/Stub/Setter.html +175 -0
- data/doc/rdoc/classes/Quarry/Stub.html +224 -0
- data/doc/rdoc/classes/Quarry.html +153 -154
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/CHANGES.html +126 -76
- data/doc/rdoc/files/COPYING.html +84 -73
- data/doc/rdoc/files/README.html +135 -111
- data/doc/rdoc/files/RELEASE.html +122 -0
- data/doc/rdoc/files/VERSION.html +85 -74
- data/doc/rdoc/files/bin/quarry-doc.html +109 -0
- data/doc/rdoc/files/bin/quarry.html +109 -0
- data/doc/rdoc/files/bin/ruby-break.html +108 -0
- data/doc/rdoc/files/bin/ruby-xacto.html +101 -0
- data/doc/rdoc/files/lib/quarry/assert_rb.html +155 -0
- data/doc/rdoc/files/lib/quarry/break_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/extract_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +80 -71
- data/doc/rdoc/files/lib/quarry/spec/config_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/spec/context_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/spec/document_rb.html +111 -0
- data/doc/rdoc/files/lib/quarry/spec/markup_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter_rb.html +109 -0
- data/doc/rdoc/files/lib/quarry/spec/runner_rb.html +109 -0
- data/doc/rdoc/files/lib/quarry/spec/step_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/spec/template_rhtml.html +228 -0
- data/doc/rdoc/files/lib/quarry/spec_rb.html +113 -0
- data/doc/rdoc/files/lib/quarry/stub/mock_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/stub/probe_rb.html +122 -0
- data/doc/rdoc/files/lib/quarry/stub/spec_txt.html +118 -0
- data/doc/rdoc/files/lib/quarry/stub/stub_rb.html +101 -0
- data/doc/rdoc/fr_class_index.html +48 -52
- data/doc/rdoc/fr_file_index.html +47 -57
- data/doc/rdoc/fr_method_index.html +109 -69
- data/doc/rdoc/index.html +12 -14
- data/doc/rdoc/rdoc-style.css +154 -121
- data/doc/ri/Assertion/False/cdesc-False.yaml +5 -3
- data/doc/ri/Assertion/True/cdesc-True.yaml +4 -2
- data/doc/ri/Assertion/True/message-c.yaml +2 -2
- data/doc/ri/Assertion/True/message-i.yaml +1 -1
- data/doc/ri/Assertion/True/method_missing-i.yaml +4 -3
- data/doc/ri/Assertion/cdesc-Assertion.yaml +24 -1
- data/doc/ri/Object/assert%21-i.yaml +7 -4
- data/doc/ri/Object/assert-i.yaml +3 -2
- data/doc/ri/Object/assert_raises%21-i.yaml +12 -0
- data/doc/ri/Object/assert_raises-i.yaml +15 -0
- data/doc/ri/Object/cdesc-Object.yaml +24 -2
- data/doc/ri/{Quarry/Design/Specification/outline-i.yaml → Object/mock-i.yaml} +4 -4
- data/doc/ri/Object/refute-i.yaml +13 -0
- data/doc/ri/Object/refute_raises-i.yaml +17 -0
- data/doc/ri/Object/remove-i.yaml +12 -0
- data/doc/ri/{Quarry/Design/check-c.yaml → Object/should-i.yaml} +4 -4
- data/doc/ri/Object/should_not-i.yaml +12 -0
- data/doc/ri/Object/should_not_raise-i.yaml +12 -0
- data/doc/ri/Object/should_raise-i.yaml +12 -0
- data/doc/ri/{Quarry/Mock/Object/mock-c.yaml → Object/stub-i.yaml} +5 -5
- data/doc/ri/{Module/cdesc-Module.yaml → Quarry/Break/cdesc-Break.yaml} +10 -8
- data/doc/ri/Quarry/Break/edit-i.yaml +11 -0
- data/doc/ri/Quarry/Break/new-c.yaml +11 -0
- data/doc/ri/Quarry/Extract/cdesc-Extract.yaml +26 -0
- data/doc/ri/Quarry/Extract/create_test-i.yaml +12 -0
- data/doc/ri/Quarry/Extract/extract_test_from_file-i.yaml +12 -0
- data/doc/ri/Quarry/Extract/test_extract-i.yaml +18 -0
- data/doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml +20 -0
- data/doc/ri/Quarry/{Design/Specification/Context → Mock/Delegator}/method_missing-i.yaml +2 -2
- data/doc/ri/Quarry/{Design/specification-c.yaml → Mock/Delegator/new-c.yaml} +3 -3
- data/doc/ri/{Module/method_added-i.yaml → Quarry/Mock/Setter/%3d%3d-i.yaml} +3 -3
- data/doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml +18 -0
- data/doc/ri/Quarry/Mock/Setter/new-c.yaml +10 -0
- data/doc/ri/Quarry/Mock/__table__-i.yaml +11 -0
- data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +17 -7
- data/doc/ri/Quarry/Mock/method_missing-i.yaml +12 -0
- data/doc/ri/Quarry/{Design/outline-c.yaml → Mock/new-c.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml +33 -0
- data/doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Comment/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Comment/type-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/after-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/after_spec-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/before-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/before_spec-i.yaml +12 -0
- data/doc/ri/Quarry/{Design/Specification/Context/cdesc-Context.yaml → Spec/Config/cdesc-Config.yaml} +11 -9
- data/doc/ri/Quarry/{Mock/Object/mocks-c.yaml → Spec/Config/new-c.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Context/cdesc-Context.yaml +21 -0
- data/doc/ri/Quarry/{Design/specifications-c.yaml → Spec/Context/new-c.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Document/cdesc-Document.yaml +76 -0
- data/doc/ri/Quarry/Spec/Document/generate-i.yaml +12 -0
- data/doc/ri/Quarry/{Mock/Object/echo-c.yaml → Spec/Document/new-c.yaml} +4 -4
- data/doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Document/save-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Document/template-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Header/cdesc-Header.yaml +30 -0
- data/doc/ri/Quarry/Spec/Header/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml +22 -0
- data/doc/ri/Quarry/Spec/Macro/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml +31 -0
- data/doc/ri/Quarry/Spec/Markup/description-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Markup/new-c.yaml +11 -0
- data/doc/ri/Quarry/Spec/Markup/parse-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Markup/parse_section-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml +21 -0
- data/doc/ri/Quarry/{Design/Specification/Context/specifications-i.yaml → Spec/Reporter/DotProgress/report_intro-i.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml +16 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml +31 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml +10 -0
- data/doc/ri/Quarry/{Design/Specification/Context/before-i.yaml → Spec/Reporter/Summary/report_pass-i.yaml} +3 -3
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml +29 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml +16 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml +20 -0
- data/doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml +47 -0
- data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/check-i.yaml +3 -3
- data/doc/ri/Quarry/Spec/Runner/check_spec-i.yaml +12 -0
- data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/new-c.yaml +2 -2
- data/doc/ri/Quarry/Spec/Runner/run_step-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Step/cdesc-Step.yaml +30 -0
- data/doc/ri/Quarry/Spec/Step/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Template/cdesc-Template.yaml +31 -0
- data/doc/ri/Quarry/Spec/Template/new-c.yaml +11 -0
- data/doc/ri/Quarry/{Design/Specification/Context/after-i.yaml → Spec/Template/parse_template-i.yaml} +3 -3
- data/doc/ri/Quarry/Spec/cdesc-Spec.yaml +15 -0
- data/doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml +20 -0
- data/doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml +10 -0
- data/doc/ri/Quarry/Stub/Delegator/new-c.yaml +10 -0
- data/doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml +10 -0
- data/doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml +18 -0
- data/doc/ri/Quarry/Stub/Setter/new-c.yaml +10 -0
- data/doc/ri/Quarry/Stub/__table__-i.yaml +11 -0
- data/doc/ri/Quarry/Stub/cdesc-Stub.yaml +23 -0
- data/doc/ri/Quarry/Stub/method_missing-i.yaml +11 -0
- data/doc/ri/Quarry/Stub/new-c.yaml +10 -0
- data/doc/ri/Quarry/cdesc-Quarry.yaml +2 -3
- data/doc/ri/created.rid +1 -1
- data/doc/spec/stub.html +394 -0
- data/lib/quarry/assert.rb +198 -0
- data/lib/quarry/break.rb +51 -0
- data/lib/quarry/extract.rb +135 -0
- data/lib/quarry/loadmonitor.rb +6 -1
- data/lib/quarry/spec/config.rb +32 -0
- data/lib/quarry/spec/context.rb +19 -0
- data/lib/quarry/spec/document.rb +130 -0
- data/lib/quarry/spec/markup.rb +85 -0
- data/lib/quarry/spec/reporter/dotprogress.rb +66 -0
- data/lib/quarry/spec/reporter/summary.rb +74 -0
- data/lib/quarry/spec/reporter/verbatim.rb +87 -0
- data/lib/quarry/spec/reporter.rb +74 -0
- data/lib/quarry/spec/runner.rb +127 -0
- data/lib/quarry/spec/step.rb +78 -0
- data/lib/quarry/spec/template.rhtml +116 -0
- data/lib/quarry/spec.rb +7 -0
- data/lib/quarry/stub/mock.rb +94 -0
- data/lib/quarry/{methodprobe.rb → stub/probe.rb} +0 -0
- data/lib/quarry/stub/spec.txt +113 -0
- data/lib/quarry/stub/stub.rb +93 -0
- data/meta/abstract +5 -0
- data/meta/authors +1 -0
- data/meta/created +1 -0
- data/meta/homepage +1 -0
- data/meta/requires +1 -0
- data/meta/summary +1 -0
- data/spec/basic.rd +20 -0
- data/spec/complex.rd +50 -0
- data/spec/mock.rd +53 -0
- data/spec/stub.rd +61 -0
- data/{lib/quarry → work/consider}/document.rb +0 -0
- data/work/consider/fixture.rb +153 -0
- data/{lib/quarry → work/deprecated}/assert/must.rb +1 -0
- data/{lib/quarry → work/deprecated}/assert/should.rb +0 -0
- data/work/deprecated/build.rb +82 -0
- data/work/deprecated/mock/file.rb +11 -0
- data/work/deprecated/mock/mock.0.rb +77 -0
- data/work/deprecated/overlay.rb +64 -0
- data/work/deprecated/spec.rb +195 -0
- data/work/deprecated/stub/stub.0.rb +180 -0
- data/work/deprecated/stub/stub.1.rb +114 -0
- data/work/deprecated/stub/test_stub.rb +66 -0
- data/work/deprecated/test/case.rb +141 -0
- data/work/sandbox/assert.rb +100 -0
- data/work/sandbox/bug.rb +49 -0
- data/work/sandbox/build/announce.rb +213 -0
- data/work/sandbox/build/check.rb +109 -0
- data/work/sandbox/build/gem.rb +235 -0
- data/work/sandbox/build/make.rb +118 -0
- data/work/sandbox/build/manpage.rb +201 -0
- data/work/sandbox/build/notes.rb +214 -0
- data/work/sandbox/build/pack.rb +228 -0
- data/work/sandbox/build/rdoc.rb +289 -0
- data/work/sandbox/build/rubyforge.rb +91 -0
- data/work/sandbox/build/sign.rb +241 -0
- data/work/sandbox/build/stamp.rb +37 -0
- data/work/sandbox/build/stats.rb +154 -0
- data/work/sandbox/build/svn.rb +193 -0
- data/work/sandbox/build/test.rb +521 -0
- data/work/sandbox/design.rb +200 -0
- data/work/sandbox/iface_scanner.rb +102 -0
- data/work/sandbox/testunit/assertions/assert_has_keys.rb +38 -0
- data/work/sandbox/testunit/assertions/assert_has_only_keys.rb +38 -0
- data/work/sandbox/testunit/unit.rb +104 -0
- data/work/sandbox/unitspec.rb +54 -0
- data/work/sandbox/x_isotest.rb +532 -0
- metadata +318 -93
- data/METADATA +0 -22
- data/NEWS +0 -8
- data/bin/rubybreak +0 -3
- data/demo/spec/demo_check.rb +0 -21
- data/demo/spec/demo_outline.rb +0 -25
- data/demo/test/demo_run.rb +0 -21
- data/doc/manual.html2 +0 -1416
- data/doc/rdoc/classes/Module.html +0 -165
- data/doc/rdoc/classes/Quarry/Design/Specification/Context.html +0 -174
- data/doc/rdoc/classes/Quarry/Design/Specification.html +0 -265
- data/doc/rdoc/classes/Quarry/Design.html +0 -170
- data/doc/rdoc/classes/Quarry/Mock/Object.html +0 -276
- data/doc/rdoc/files/MANIFEST.html +0 -630
- data/doc/rdoc/files/METADATA.html +0 -92
- data/doc/rdoc/files/NEWS.html +0 -99
- data/doc/rdoc/files/bin/rubybreak.html +0 -96
- data/doc/rdoc/files/bin/xact-ruby.html +0 -92
- data/doc/rdoc/files/lib/quarry/assert/must_rb.html +0 -96
- data/doc/rdoc/files/lib/quarry/assert/should_rb.html +0 -96
- data/doc/rdoc/files/lib/quarry/assertion_rb.html +0 -96
- data/doc/rdoc/files/lib/quarry/breakout_rb.html +0 -144
- data/doc/rdoc/files/lib/quarry/design/spec_rb.html +0 -100
- data/doc/rdoc/files/lib/quarry/document_rb.html +0 -92
- data/doc/rdoc/files/lib/quarry/methodprobe_rb.html +0 -111
- data/doc/rdoc/files/lib/quarry/mock/object_rb.html +0 -123
- data/doc/rdoc/files/lib/quarry/mockery_rb.html +0 -115
- data/doc/ri/Module/doc-i.yaml +0 -16
- data/doc/ri/Quarry/Design/Specification/cdesc-Specification.yaml +0 -44
- data/doc/ri/Quarry/Design/cdesc-Design.yaml +0 -22
- data/doc/ri/Quarry/Mock/Object/cdesc-Object.yaml +0 -52
- data/doc/ri/Quarry/Mock/Object/keys-c.yaml +0 -12
- data/doc/ri/Quarry/Mock/Object/spin-c.yaml +0 -12
- data/doc/ri/Quarry/Mockery-i.yaml +0 -12
- data/lib/quarry/assertion.rb +0 -95
- data/lib/quarry/breakout.rb +0 -45
- data/lib/quarry/design/spec.rb +0 -197
- data/lib/quarry/mock/object.rb +0 -169
- data/lib/quarry/mockery.rb +0 -85
data/CHANGES
CHANGED
@@ -1,6 +1,43 @@
|
|
1
|
-
|
1
|
+
== 0.4.0 / 2008-11-15
|
2
2
|
|
3
|
-
|
3
|
+
* 38 Other Enhancements
|
4
4
|
|
5
|
-
*
|
5
|
+
* would help if I added the files (#e4cd5b6ae10fd7b07e3e3ae7b386ee0f955b0ddc)
|
6
|
+
* added stub test/unit test (#681a3a97654b0ccf9d65c1714f221e3750a10455)
|
7
|
+
* added toplevel doc files (#4d2107268d016fb858be92c633dad4342b1dccac)
|
8
|
+
* added config files (#b169551e823d6396b378c9589585085c02e36ab5)
|
9
|
+
* reorganize work directory (#46704003eb4c1a23a18536c28bdb155080f6a92b)
|
10
|
+
* create Format classes to Soc sepc output (#cbe930c4b87f40727dcc7b9858848c9256d9621d)
|
11
|
+
* updated README (#591bf70fba170a55b7d7eb102bb5eb9fa12c9577)
|
12
|
+
* added overlay and imporved spec system (#ac4c29de65163412c6268e5dc435506d21a31a23)
|
13
|
+
* split-out reap services (#f48957de315b38aab734feeeb1b56ca7cd9e152e)
|
14
|
+
* renamed format to reporter and cleaned up (#32cd25afd9475e267e321aa0a236b93c488cfcc7)
|
15
|
+
* reporter subclass in separate files (#735c6f7cb437882eccc67d41e0adbea1cae99336)
|
16
|
+
* added sample spec (#8b1bf5dd0253a9e08abe0a550bca287e0691ff41)
|
17
|
+
* clean up and organization (#6899a037acd4619a0206b095a8a3e270fcd53424)
|
18
|
+
* rewrote stub library (#ad1f28189b71a050fe165353e04c2216ca3f1b50)
|
19
|
+
* some thoughts added to docs (#fedd3142b140516ef865d729c05c2ac9a6547d80)
|
20
|
+
* update binaries (#11a1f52e418877f61d4c250f49645705a9988c18)
|
21
|
+
* massive rearrangement of website files (#0fddc63f612d0ae27d7c52c5027c2051bdef246a)
|
22
|
+
* moved doc/images to doc/assets/images (#b9277a7eb62ed120ede619e2fca94be235c6c71f)
|
23
|
+
* updated website (#89b04a1aeebb9eb19618abd7744c9c857b1c9495)
|
24
|
+
* updated stub spec (#f29607a4b166f42dcdc6c7efbe4206cd03472fe1)
|
25
|
+
* major work on website (#fcc491a9a286419666877f0b69d33531a21cacde)
|
26
|
+
* renamed ruby-* binaries (#3ec5d1f07528ca8b08e7053440566543cc9b550d)
|
27
|
+
* aliased should to assert (#210ebb4b9c5c82c642c08ce99fe9e00a92fa1f9d)
|
28
|
+
* used getoptlong in quarry command (#0da0b72abdf6c8294ca64ae4f13841ac33b130bb)
|
29
|
+
* moved some docs files around (#d6996d8d0d42200e3b951ce95e49cb7005c44a90)
|
30
|
+
* cleaned up code; condering how to do setup/teardown (#5fc9c1c5a3575c81af9b8b5fb002471e6d8936c3)
|
31
|
+
* fixed index.html to find stylesheet (#77100abf4c0941ccd935c33f4abf89b419ac8a85)
|
32
|
+
* removed outdated demos (#374b66382738b962445908d87859944000c0c6bc)
|
33
|
+
* support for before and after modes (#13ef798973e304e6ae2b72f3f23528d161bd8097)
|
34
|
+
* bin/quarry, made object-oriented (#34d7e36419a057d4c5656d58c9867c8cc3cb76e0)
|
35
|
+
* dotprogress.rb, fixed count output (#016625d5cf96cec34543c08b54117354bca2afc4)
|
36
|
+
* renamed sample specs (#567043d7bc94909f5937f7a13e34fe78063e3e98)
|
37
|
+
* restructured spec parsing (#bee61407766ba516f72a8d5bca0fbe29ae97a802)
|
38
|
+
* depend on Clio for ANSICode (#f3c00339eef8874935bbe2d1a5a086bb19f52567)
|
39
|
+
* added meta/requires (#9fff649ef46fa0e8f8d77d2672b77b635e6ca6ed)
|
40
|
+
* bin/quarry, add debug option (#26919c7a0a0f0299e0fe94fa04647f32405bd1a8)
|
41
|
+
* use Clio::ANSIColor (#ee741ed52cf4e40e730d695dd5a78689160971c0)
|
42
|
+
* bin/quarry-doc, provides a (currently very basic) spec documentor tool (#f157cda44526fc26a3d45a1655de962b6c5372da)
|
6
43
|
|
data/MANIFEST
CHANGED
@@ -1,4 +1,37 @@
|
|
1
|
+
spec
|
2
|
+
spec/complex.rd
|
3
|
+
spec/mock.rd
|
4
|
+
spec/basic.rd
|
5
|
+
spec/stub.rd
|
1
6
|
doc
|
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
|
2
35
|
doc/rdoc
|
3
36
|
doc/rdoc/fr_file_index.html
|
4
37
|
doc/rdoc/classes
|
@@ -6,53 +39,87 @@ doc/rdoc/classes/Assertion
|
|
6
39
|
doc/rdoc/classes/Assertion/False.html
|
7
40
|
doc/rdoc/classes/Assertion/True.html
|
8
41
|
doc/rdoc/classes/Quarry
|
9
|
-
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
|
10
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
|
11
49
|
doc/rdoc/classes/Quarry/Mock
|
12
|
-
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
|
13
68
|
doc/rdoc/classes/Quarry/Mock.html
|
14
|
-
doc/rdoc/classes/Quarry/Design
|
15
|
-
doc/rdoc/classes/Quarry/Design/Specification
|
16
|
-
doc/rdoc/classes/Quarry/Design/Specification/Context.html
|
17
|
-
doc/rdoc/classes/Quarry/Design/Specification.html
|
18
69
|
doc/rdoc/classes/Kernel.html
|
19
70
|
doc/rdoc/classes/Method.html
|
20
71
|
doc/rdoc/classes/Object.html
|
21
72
|
doc/rdoc/classes/Assertion.html
|
22
|
-
doc/rdoc/classes/Module.html
|
23
73
|
doc/rdoc/classes/Quarry.html
|
24
74
|
doc/rdoc/rdoc-style.css
|
25
75
|
doc/rdoc/files
|
26
76
|
doc/rdoc/files/README.html
|
27
|
-
doc/rdoc/files/MANIFEST.html
|
28
|
-
doc/rdoc/files/METADATA.html
|
29
77
|
doc/rdoc/files/CHANGES.html
|
30
78
|
doc/rdoc/files/VERSION.html
|
31
79
|
doc/rdoc/files/lib
|
32
80
|
doc/rdoc/files/lib/quarry
|
33
|
-
doc/rdoc/files/lib/quarry/
|
34
|
-
doc/rdoc/files/lib/quarry/
|
35
|
-
doc/rdoc/files/lib/quarry/
|
36
|
-
doc/rdoc/files/lib/quarry/
|
37
|
-
doc/rdoc/files/lib/quarry/
|
38
|
-
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
|
39
96
|
doc/rdoc/files/lib/quarry/loadmonitor_rb.html
|
40
|
-
doc/rdoc/files/lib/quarry/
|
41
|
-
doc/rdoc/files/lib/quarry/
|
42
|
-
doc/rdoc/files/lib/quarry/
|
43
|
-
doc/rdoc/files/lib/quarry/
|
44
|
-
doc/rdoc/files/lib/quarry/
|
45
|
-
doc/rdoc/files/lib/quarry/
|
46
|
-
doc/rdoc/files/
|
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
|
47
104
|
doc/rdoc/files/COPYING.html
|
105
|
+
doc/rdoc/files/RELEASE.html
|
48
106
|
doc/rdoc/files/bin
|
49
|
-
doc/rdoc/files/bin/
|
50
|
-
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
|
51
111
|
doc/rdoc/fr_class_index.html
|
52
112
|
doc/rdoc/index.html
|
53
113
|
doc/rdoc/created.rid
|
54
114
|
doc/rdoc/fr_method_index.html
|
55
|
-
doc/
|
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
|
56
123
|
doc/ri
|
57
124
|
doc/ri/Assertion
|
58
125
|
doc/ri/Assertion/True
|
@@ -68,44 +135,136 @@ doc/ri/Assertion/False/assert-i.yaml
|
|
68
135
|
doc/ri/Assertion/False/message-i.yaml
|
69
136
|
doc/ri/Assertion/cdesc-Assertion.yaml
|
70
137
|
doc/ri/Quarry
|
71
|
-
doc/ri/Quarry/Mockery-i.yaml
|
72
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
|
73
152
|
doc/ri/Quarry/Mock
|
74
153
|
doc/ri/Quarry/Mock/cdesc-Mock.yaml
|
75
|
-
doc/ri/Quarry/Mock/
|
76
|
-
doc/ri/Quarry/Mock/
|
77
|
-
doc/ri/Quarry/Mock/
|
78
|
-
doc/ri/Quarry/Mock/
|
79
|
-
doc/ri/Quarry/Mock/
|
80
|
-
doc/ri/Quarry/Mock/
|
81
|
-
doc/ri/Quarry/Mock/
|
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
|
82
170
|
doc/ri/Quarry/MethodProbe
|
83
171
|
doc/ri/Quarry/MethodProbe/cdesc-MethodProbe.yaml
|
84
172
|
doc/ri/Quarry/MethodProbe/duckcall-c.yaml
|
85
173
|
doc/ri/Quarry/MethodProbe/initialize_copy-i.yaml
|
86
174
|
doc/ri/Quarry/MethodProbe/new-c.yaml
|
87
175
|
doc/ri/Quarry/MethodProbe/method_missing-i.yaml
|
88
|
-
doc/ri/Quarry/
|
89
|
-
doc/ri/Quarry/
|
90
|
-
doc/ri/Quarry/
|
91
|
-
doc/ri/Quarry/
|
92
|
-
doc/ri/Quarry/
|
93
|
-
doc/ri/Quarry/
|
94
|
-
doc/ri/Quarry/
|
95
|
-
doc/ri/Quarry/
|
96
|
-
doc/ri/Quarry/
|
97
|
-
doc/ri/Quarry/
|
98
|
-
doc/ri/Quarry/
|
99
|
-
doc/ri/Quarry/
|
100
|
-
doc/ri/Quarry/
|
101
|
-
doc/ri/Quarry/
|
102
|
-
doc/ri/Quarry/
|
103
|
-
doc/ri/Quarry/
|
104
|
-
doc/ri/Quarry/
|
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
|
105
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
|
106
257
|
doc/ri/Object/assert-i.yaml
|
107
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
|
108
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
|
109
268
|
doc/ri/Kernel
|
110
269
|
doc/ri/Kernel/cdesc-Kernel.yaml
|
111
270
|
doc/ri/created.rid
|
@@ -113,39 +272,92 @@ doc/ri/Method
|
|
113
272
|
doc/ri/Method/migration-i.yaml
|
114
273
|
doc/ri/Method/cdesc-Method.yaml
|
115
274
|
doc/ri/Method/signature-i.yaml
|
116
|
-
doc/ri/Module
|
117
|
-
doc/ri/Module/doc-i.yaml
|
118
|
-
doc/ri/Module/method_added-i.yaml
|
119
|
-
doc/ri/Module/cdesc-Module.yaml
|
120
|
-
MANIFEST
|
121
|
-
test
|
122
275
|
CHANGES
|
276
|
+
RELEASE
|
123
277
|
README
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
278
|
+
meta
|
279
|
+
meta/created
|
280
|
+
meta/homepage
|
281
|
+
meta/summary
|
282
|
+
meta/abstract
|
283
|
+
meta/authors
|
284
|
+
meta/requires
|
131
285
|
lib
|
132
286
|
lib/quarry
|
133
|
-
lib/quarry/
|
134
|
-
lib/quarry/
|
135
|
-
lib/quarry/
|
136
|
-
lib/quarry/
|
137
|
-
lib/quarry/
|
138
|
-
lib/quarry/
|
139
|
-
lib/quarry/
|
140
|
-
lib/quarry/
|
287
|
+
lib/quarry/spec
|
288
|
+
lib/quarry/spec/config.rb
|
289
|
+
lib/quarry/spec/runner.rb
|
290
|
+
lib/quarry/spec/template.rhtml
|
291
|
+
lib/quarry/spec/markup.rb
|
292
|
+
lib/quarry/spec/step.rb
|
293
|
+
lib/quarry/spec/reporter
|
294
|
+
lib/quarry/spec/reporter/verbatim.rb
|
295
|
+
lib/quarry/spec/reporter/dotprogress.rb
|
296
|
+
lib/quarry/spec/reporter/summary.rb
|
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
|
302
|
+
lib/quarry/extract.rb
|
303
|
+
lib/quarry/spec.rb
|
304
|
+
lib/quarry/stub
|
305
|
+
lib/quarry/stub/probe.rb
|
306
|
+
lib/quarry/stub/stub.rb
|
307
|
+
lib/quarry/stub/spec.txt
|
308
|
+
lib/quarry/stub/mock.rb
|
141
309
|
lib/quarry/loadmonitor.rb
|
142
|
-
lib/quarry/assert
|
143
|
-
lib/quarry/assert/must.rb
|
144
|
-
lib/quarry/assert/should.rb
|
145
|
-
lib/quarry/assertion.rb
|
146
310
|
VERSION
|
147
|
-
|
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
|
148
358
|
bin
|
149
|
-
bin/
|
150
|
-
bin/
|
359
|
+
bin/ruby-break
|
360
|
+
bin/ruby-xacto
|
361
|
+
bin/quarry
|
362
|
+
bin/quarry-doc
|
151
363
|
COPYING
|
data/README
CHANGED
@@ -5,70 +5,84 @@
|
|
5
5
|
|
6
6
|
== Introduction
|
7
7
|
|
8
|
-
Ruby Quarry is a developers testing and
|
9
|
-
It features a
|
10
|
-
a
|
8
|
+
Ruby Quarry is a developers testing and debugging suite.
|
9
|
+
It features a literal-programming BDD specification system,
|
10
|
+
and exception based assertion system, and a few other of
|
11
|
+
useful QA tools.
|
11
12
|
|
12
13
|
|
13
14
|
== Features
|
14
15
|
|
15
|
-
===
|
16
|
+
=== Specifications
|
16
17
|
|
17
|
-
Quarry's BBD system is uniqe in
|
18
|
-
Execption system to catch Assertions which are
|
19
|
-
|
18
|
+
Quarry's BBD system is uniqe in a few ways. First it utilizes
|
19
|
+
Ruby's Execption system to catch Assertions which are defined
|
20
|
+
via assertion <i>functors</i>. Eg.
|
20
21
|
|
21
22
|
require 'quarry/assertion'
|
22
23
|
|
23
|
-
4.assert
|
24
|
+
4.assert == 5
|
24
25
|
|
25
|
-
|
26
|
-
|
27
|
-
assertions.
|
26
|
+
Because 4 != 5, this expression will raise an Assertion exception.
|
27
|
+
Quarry's Specification Runner class is thus just a means of
|
28
|
+
running and capturing these assertions.
|
28
29
|
|
29
|
-
|
30
|
-
|
30
|
+
Quarry's Specifications themselves are simple text files, a practice
|
31
|
+
of literal programming.
|
31
32
|
|
32
|
-
|
33
|
+
Example Specification
|
34
|
+
=====================
|
35
|
+
Shows that the number 5 does not equal 4.
|
33
36
|
|
34
|
-
|
37
|
+
5.assert! == 4
|
35
38
|
|
36
|
-
|
37
|
-
5.assert! == 4
|
38
|
-
end
|
39
|
+
But in fact equals 5.
|
39
40
|
|
40
|
-
|
41
|
-
5.assert == 5
|
42
|
-
end
|
41
|
+
5.assert == 5
|
43
42
|
|
44
|
-
|
43
|
+
QED.
|
45
44
|
|
46
|
-
|
45
|
+
If we run this specification in verbatim mode the output would identical
|
46
|
+
(assuming we did not make a type and the assertions passed).
|
47
|
+
If there were errors or assertion failures, we would see information
|
48
|
+
detaling each.
|
47
49
|
|
48
|
-
|
50
|
+
As you can see I used Markdown for my spcecification. You can use almost any
|
51
|
+
format you like. The only neccesary distiction is that desciption text be
|
52
|
+
align to the left margin and all specification code be indented. Quarry also
|
53
|
+
recognized headers, currently Markdown and RDoc style headers (We'll add
|
54
|
+
Textile soon.)
|
49
55
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
=== but_that 5 == 5
|
56
|
+
We'll leave discussion of the merits of this system to another place. But
|
57
|
+
it should be clear that this approach if especcailly conveniant, allowing
|
58
|
+
documentation and specification to seemlessly merge.
|
54
59
|
|
55
|
-
|
60
|
+
|
61
|
+
=== Stubs
|
62
|
+
|
63
|
+
Quarry provides a flexible stubbing facility.
|
64
|
+
|
65
|
+
For now see RDoc API.
|
56
66
|
|
57
67
|
|
58
68
|
=== MethodProbe
|
59
69
|
|
60
|
-
MethodProbe (aka the Duck Hunter)
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
it can
|
70
|
+
MethodProbe (aka the Duck Hunter) can dip-down into a method and
|
71
|
+
provide a read-out how it functions --known as a <i>method signiture</i>.
|
72
|
+
MethodProbe is somewhat expiremental becuase it is runtime bound, so proper
|
73
|
+
execution can not be 100% guarenteed. It can miss some parts of a method
|
74
|
+
due to conditional branching (a probe can;t pretend to be false) and,
|
75
|
+
albiet rare, it can also get stuck in an infinite loop a la the
|
76
|
+
Halting Problem. Even so, it can be used effectively under controlled
|
77
|
+
situations if used with care.
|
78
|
+
|
79
|
+
|
80
|
+
=== More to come ....
|
67
81
|
|
68
82
|
|
69
83
|
== Copying
|
70
84
|
|
71
|
-
Copyright (c) 2007 Tiger Ops / Thomas Sawyer
|
85
|
+
Copyright (c) 2007, 2008 Tiger Ops / Thomas Sawyer
|
72
86
|
|
73
87
|
Quarry is distributed under the terms of the GPLv3.
|
74
88
|
|
data/RELEASE
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
This is the first offical release of the new Ruby Quarry.
|
2
|
+
Prepare to change the way you drive.
|
3
|
+
|
4
|
+
|
5
|
+
### 0.4.0 / 2008-11-16
|
6
|
+
|
7
|
+
* Major Enhancements
|
8
|
+
|
9
|
+
* Working markup specifications.
|
10
|
+
* Added (beta) documentation tool.
|
11
|
+
* Depends on Clio for commandline and ansi color.
|
12
|
+
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
quarry 0.
|
1
|
+
quarry 0.4.0 beta (2008-08-21)
|