wortsammler 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/changelog.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
# 0.0.9 (26.08.2013)
|
2
|
+
|
3
|
+
- Fixed encoding while reading traces from markdown (https://github.com/bwl21/wortsammler/issues/23)
|
4
|
+
|
5
|
+
# 0.0.8 (26.08.2013)
|
6
|
+
|
7
|
+
- Added support for handling test specifications (https://github.com/bwl21/wortsammler/issues/22)
|
8
|
+
- Fixed some encoding issues (https://github.com/bwl21/wortsammler/issues/21)
|
9
|
+
|
1
10
|
# 0.0.7 (17.07.2013)
|
2
11
|
|
3
12
|
- Added support to include plantuml diagrams where the diagram source
|
@@ -54,19 +54,23 @@ class TraceableSet
|
|
54
54
|
}.join("\n\n")
|
55
55
|
end
|
56
56
|
|
57
|
-
#
|
57
|
+
#
|
58
|
+
|
58
59
|
# This factory method processes all traces in a particular markdown file
|
59
60
|
# and returns a TraceableSet
|
60
|
-
#
|
61
|
-
|
62
|
-
#
|
61
|
+
#
|
62
|
+
|
63
|
+
# @param mdFile [String] name of the markdown File which shall be scanned
|
64
|
+
|
65
|
+
#
|
66
|
+
|
63
67
|
# @return [TraceableSet] The set of traceables found in the markdown file
|
64
68
|
def self.processTracesInMdFile(mdFile)
|
65
69
|
|
66
70
|
parser=TraceInMarkdownParser.new
|
67
71
|
parser.consume_all_input = true
|
68
72
|
|
69
|
-
raw_md_code_file=File.open(mdFile)
|
73
|
+
raw_md_code_file=File.open(mdFile, "r:bom|utf-8")
|
70
74
|
raw_md_code = raw_md_code_file.readlines.join
|
71
75
|
raw_md_code_file.close
|
72
76
|
# print mdFile
|
data/lib/wortsammler/version.rb
CHANGED
data/spec/wortsammler_spec.rb
CHANGED
@@ -352,7 +352,7 @@ describe "Wortsammler syntax extensions", :exp => false do
|
|
352
352
|
proc.prepareFile("#{specdir}/TC_EXP_001.md", outfile)
|
353
353
|
|
354
354
|
a=File.open(outfile, "r").readlines.join
|
355
|
-
a.should include("
|
355
|
+
a.should include("TC-DES-003-01")
|
356
356
|
end
|
357
357
|
|
358
358
|
it "TC_EXP_002 removes plantuml sources", exp: false do
|
@@ -286,101 +286,101 @@ a {
|
|
286
286
|
<dl style="margin-left: 0px;">
|
287
287
|
<dt id="example_group_1" class="passed">PandocBeautifier</dt>
|
288
288
|
<script type="text/javascript">moveProgressBar('1.5');</script>
|
289
|
-
<dd class="example passed"><span class="passed_spec_name">checks the availability of the right pandoc version</span><span class='duration'>0.
|
289
|
+
<dd class="example passed"><span class="passed_spec_name">checks the availability of the right pandoc version</span><span class='duration'>0.03489s</span></dd>
|
290
290
|
</dl>
|
291
291
|
</div>
|
292
292
|
<div id="div_group_2" class="example_group passed">
|
293
293
|
<dl style="margin-left: 0px;">
|
294
294
|
<dt id="example_group_2" class="passed">pdf utilities:</dt>
|
295
295
|
<script type="text/javascript">moveProgressBar('3.0');</script>
|
296
|
-
<dd class="example passed"><span class="passed_spec_name">adjusts the bounding box of a pdf file</span><span class='duration'>
|
296
|
+
<dd class="example passed"><span class="passed_spec_name">adjusts the bounding box of a pdf file</span><span class='duration'>19.10993s</span></dd>
|
297
297
|
<script type="text/javascript">moveProgressBar('4.5');</script>
|
298
|
-
<dd class="example passed"><span class="passed_spec_name">converts an excel sheet to pdf</span><span class='duration'>3.
|
298
|
+
<dd class="example passed"><span class="passed_spec_name">converts an excel sheet to pdf</span><span class='duration'>3.04506s</span></dd>
|
299
299
|
<script type="text/javascript">moveProgressBar('6.0');</script>
|
300
|
-
<dd class="example passed"><span class="passed_spec_name">converts a powerpoint to pdf</span><span class='duration'>1.
|
300
|
+
<dd class="example passed"><span class="passed_spec_name">converts a powerpoint to pdf</span><span class='duration'>1.35086s</span></dd>
|
301
301
|
<script type="text/javascript">moveProgressBar('7.5');</script>
|
302
|
-
<dd class="example passed"><span class="passed_spec_name">converts an excelsheet to cropped pdf</span><span class='duration'>3.
|
302
|
+
<dd class="example passed"><span class="passed_spec_name">converts an excelsheet to cropped pdf</span><span class='duration'>3.59124s</span></dd>
|
303
303
|
<script type="text/javascript">moveProgressBar('9.0');</script>
|
304
|
-
<dd class="example passed"><span class="passed_spec_name">converts a powerpoint to cropped pdf</span><span class='duration'>20.
|
304
|
+
<dd class="example passed"><span class="passed_spec_name">converts a powerpoint to cropped pdf</span><span class='duration'>20.41100s</span></dd>
|
305
305
|
</dl>
|
306
306
|
</div>
|
307
307
|
<div id="div_group_3" class="example_group passed">
|
308
308
|
<dl style="margin-left: 0px;">
|
309
309
|
<dt id="example_group_3" class="passed">TraceableSet</dt>
|
310
310
|
<script type="text/javascript">moveProgressBar('10.6');</script>
|
311
|
-
<dd class="example passed"><span class="passed_spec_name">should return a blank instance</span><span class='duration'>0.
|
311
|
+
<dd class="example passed"><span class="passed_spec_name">should return a blank instance</span><span class='duration'>0.00015s</span></dd>
|
312
312
|
<script type="text/javascript">moveProgressBar('12.1');</script>
|
313
|
-
<dd class="example passed"><span class="passed_spec_name">allows to add Traceables</span><span class='duration'>0.
|
313
|
+
<dd class="example passed"><span class="passed_spec_name">allows to add Traceables</span><span class='duration'>0.00014s</span></dd>
|
314
314
|
<script type="text/javascript">moveProgressBar('13.6');</script>
|
315
|
-
<dd class="example passed"><span class="passed_spec_name">delivers the first of the duplicates</span><span class='duration'>0.
|
315
|
+
<dd class="example passed"><span class="passed_spec_name">delivers the first of the duplicates</span><span class='duration'>0.00013s</span></dd>
|
316
316
|
<script type="text/javascript">moveProgressBar('15.1');</script>
|
317
|
-
<dd class="example passed"><span class="passed_spec_name">advertises duplicates</span><span class='duration'>0.
|
317
|
+
<dd class="example passed"><span class="passed_spec_name">advertises duplicates</span><span class='duration'>0.00029s</span></dd>
|
318
318
|
<script type="text/javascript">moveProgressBar('16.6');</script>
|
319
|
-
<dd class="example passed"><span class="passed_spec_name">adertises undefined traceables</span><span class='duration'>0.
|
319
|
+
<dd class="example passed"><span class="passed_spec_name">adertises undefined traceables</span><span class='duration'>0.00015s</span></dd>
|
320
320
|
<script type="text/javascript">moveProgressBar('18.1');</script>
|
321
|
-
<dd class="example passed"><span class="passed_spec_name">advertises all traceables</span><span class='duration'>0.
|
321
|
+
<dd class="example passed"><span class="passed_spec_name">advertises all traceables</span><span class='duration'>0.00011s</span></dd>
|
322
322
|
<script type="text/javascript">moveProgressBar('19.6');</script>
|
323
|
-
<dd class="example passed"><span class="passed_spec_name">advertises a hash of supporting traces</span><span class='duration'>0.
|
323
|
+
<dd class="example passed"><span class="passed_spec_name">advertises a hash of supporting traces</span><span class='duration'>0.00015s</span></dd>
|
324
324
|
<script type="text/javascript">moveProgressBar('21.2');</script>
|
325
325
|
<dd class="example passed"><span class="passed_spec_name">advertises traceable ids of a particular category</span><span class='duration'>0.00012s</span></dd>
|
326
326
|
<script type="text/javascript">moveProgressBar('22.7');</script>
|
327
327
|
<dd class="example passed"><span class="passed_spec_name">advertises ttraceables of a particular category</span><span class='duration'>0.00010s</span></dd>
|
328
328
|
<script type="text/javascript">moveProgressBar('24.2');</script>
|
329
|
-
<dd class="example passed"><span class="passed_spec_name">merges traceables</span><span class='duration'>0.
|
329
|
+
<dd class="example passed"><span class="passed_spec_name">merges traceables</span><span class='duration'>0.00028s</span></dd>
|
330
330
|
<script type="text/javascript">moveProgressBar('25.7');</script>
|
331
|
-
<dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables</span><span class='duration'>0.
|
331
|
+
<dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables</span><span class='duration'>0.00012s</span></dd>
|
332
332
|
<script type="text/javascript">moveProgressBar('27.2');</script>
|
333
|
-
<dd class="example passed"><span class="passed_spec_name">exposes added Traceables</span><span class='duration'>0.
|
333
|
+
<dd class="example passed"><span class="passed_spec_name">exposes added Traceables</span><span class='duration'>0.00013s</span></dd>
|
334
334
|
<script type="text/javascript">moveProgressBar('28.7');</script>
|
335
|
-
<dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables of category</span><span class='duration'>0.
|
335
|
+
<dd class="example passed"><span class="passed_spec_name">exposes deleted Traceables of category</span><span class='duration'>0.00014s</span></dd>
|
336
336
|
<script type="text/javascript">moveProgressBar('30.3');</script>
|
337
|
-
<dd class="example passed"><span class="passed_spec_name">exposes added Traceables of category</span><span class='duration'>0.
|
337
|
+
<dd class="example passed"><span class="passed_spec_name">exposes added Traceables of category</span><span class='duration'>0.00017s</span></dd>
|
338
338
|
<script type="text/javascript">moveProgressBar('31.8');</script>
|
339
|
-
<dd class="example passed"><span class="passed_spec_name">exploses changed traceids as array of [Traceid, levensthein, diff_as_html]</span><span class='duration'>0.
|
339
|
+
<dd class="example passed"><span class="passed_spec_name">exploses changed traceids as array of [Traceid, levensthein, diff_as_html]</span><span class='duration'>0.00894s</span></dd>
|
340
340
|
<script type="text/javascript">moveProgressBar('33.3');</script>
|
341
|
-
<dd class="example passed"><span class="passed_spec_name">exposes unchanged Traceables</span><span class='duration'>0.
|
341
|
+
<dd class="example passed"><span class="passed_spec_name">exposes unchanged Traceables</span><span class='duration'>0.00507s</span></dd>
|
342
342
|
<script type="text/javascript">moveProgressBar('34.8');</script>
|
343
|
-
<dd class="example passed"><span class="passed_spec_name">can be marshalled to a file</span><span class='duration'>0.
|
343
|
+
<dd class="example passed"><span class="passed_spec_name">can be marshalled to a file</span><span class='duration'>0.00173s</span></dd>
|
344
344
|
<script type="text/javascript">moveProgressBar('36.3');</script>
|
345
|
-
<dd class="example passed"><span class="passed_spec_name">can be dumped to a graphml file</span><span class='duration'>0.
|
345
|
+
<dd class="example passed"><span class="passed_spec_name">can be dumped to a graphml file</span><span class='duration'>0.00366s</span></dd>
|
346
346
|
</dl>
|
347
347
|
</div>
|
348
348
|
<div id="div_group_4" class="example_group passed">
|
349
349
|
<dl style="margin-left: 0px;">
|
350
350
|
<dt id="example_group_4" class="passed">Traceable</dt>
|
351
351
|
<script type="text/javascript">moveProgressBar('37.8');</script>
|
352
|
-
<dd class="example passed"><span class="passed_spec_name">should == "id"</span><span class='duration'>0.
|
352
|
+
<dd class="example passed"><span class="passed_spec_name">should == "id"</span><span class='duration'>0.00012s</span></dd>
|
353
353
|
<script type="text/javascript">moveProgressBar('39.3');</script>
|
354
|
-
<dd class="example passed"><span class="passed_spec_name">should == "origin"</span><span class='duration'>0.
|
354
|
+
<dd class="example passed"><span class="passed_spec_name">should == "origin"</span><span class='duration'>0.00009s</span></dd>
|
355
355
|
<script type="text/javascript">moveProgressBar('40.9');</script>
|
356
|
-
<dd class="example passed"><span class="passed_spec_name">should == "alternative_id"</span><span class='duration'>0.
|
356
|
+
<dd class="example passed"><span class="passed_spec_name">should == "alternative_id"</span><span class='duration'>0.00009s</span></dd>
|
357
357
|
<script type="text/javascript">moveProgressBar('42.4');</script>
|
358
|
-
<dd class="example passed"><span class="passed_spec_name">should == "header_plain"</span><span class='duration'>0.
|
358
|
+
<dd class="example passed"><span class="passed_spec_name">should == "header_plain"</span><span class='duration'>0.00009s</span></dd>
|
359
359
|
<script type="text/javascript">moveProgressBar('43.9');</script>
|
360
|
-
<dd class="example passed"><span class="passed_spec_name">should == "\\textt{header_origin}"</span><span class='duration'>0.
|
360
|
+
<dd class="example passed"><span class="passed_spec_name">should == "\\textt{header_origin}"</span><span class='duration'>0.00009s</span></dd>
|
361
361
|
<script type="text/javascript">moveProgressBar('45.4');</script>
|
362
|
-
<dd class="example passed"><span class="passed_spec_name">should == "body_plain"</span><span class='duration'>0.
|
362
|
+
<dd class="example passed"><span class="passed_spec_name">should == "body_plain"</span><span class='duration'>0.00009s</span></dd>
|
363
363
|
<script type="text/javascript">moveProgressBar('46.9');</script>
|
364
|
-
<dd class="example passed"><span class="passed_spec_name">should == ["contributes_to"]</span><span class='duration'>0.
|
364
|
+
<dd class="example passed"><span class="passed_spec_name">should == ["contributes_to"]</span><span class='duration'>0.00011s</span></dd>
|
365
365
|
<script type="text/javascript">moveProgressBar('48.4');</script>
|
366
|
-
<dd class="example passed"><span class="passed_spec_name">should == "trace_orig"</span><span class='duration'>0.
|
366
|
+
<dd class="example passed"><span class="passed_spec_name">should == "trace_orig"</span><span class='duration'>0.00008s</span></dd>
|
367
367
|
<script type="text/javascript">moveProgressBar('50.0');</script>
|
368
|
-
<dd class="example passed"><span class="passed_spec_name">should == "origin"</span><span class='duration'>0.
|
368
|
+
<dd class="example passed"><span class="passed_spec_name">should == "origin"</span><span class='duration'>0.00008s</span></dd>
|
369
369
|
<script type="text/javascript">moveProgressBar('51.5');</script>
|
370
|
-
<dd class="example passed"><span class="passed_spec_name">should == "category"</span><span class='duration'>0.
|
370
|
+
<dd class="example passed"><span class="passed_spec_name">should == "category"</span><span class='duration'>0.00008s</span></dd>
|
371
371
|
<script type="text/javascript">moveProgressBar('53.0');</script>
|
372
|
-
<dd class="example passed"><span class="passed_spec_name">should == "info"</span><span class='duration'>0.
|
372
|
+
<dd class="example passed"><span class="passed_spec_name">should == "info"</span><span class='duration'>0.00007s</span></dd>
|
373
373
|
</dl>
|
374
374
|
</div>
|
375
375
|
<div id="div_group_5" class="example_group passed">
|
376
376
|
<dl style="margin-left: 0px;">
|
377
377
|
<dt id="example_group_5" class="passed">Wortsammler generic issues</dt>
|
378
378
|
<script type="text/javascript">moveProgressBar('54.5');</script>
|
379
|
-
<dd class="example passed"><span class="passed_spec_name">provides a help</span><span class='duration'>0.
|
379
|
+
<dd class="example passed"><span class="passed_spec_name">provides a help</span><span class='duration'>0.42823s</span></dd>
|
380
380
|
<script type="text/javascript">moveProgressBar('56.0');</script>
|
381
|
-
<dd class="example passed"><span class="passed_spec_name">can create a new project folder</span><span class='duration'>0.
|
381
|
+
<dd class="example passed"><span class="passed_spec_name">can create a new project folder</span><span class='duration'>0.46095s</span></dd>
|
382
382
|
<script type="text/javascript">moveProgressBar('57.5');</script>
|
383
|
-
<dd class="example passed"><span class="passed_spec_name">does not initialize into an existing project folder</span><span class='duration'>0.
|
383
|
+
<dd class="example passed"><span class="passed_spec_name">does not initialize into an existing project folder</span><span class='duration'>0.46117s</span></dd>
|
384
384
|
<script type="text/javascript">makeYellow('rspec-header');</script>
|
385
385
|
<script type="text/javascript">makeYellow('div_group_5');</script>
|
386
386
|
<script type="text/javascript">makeYellow('example_group_5');</script>
|
@@ -392,53 +392,53 @@ a {
|
|
392
392
|
<dl style="margin-left: 0px;">
|
393
393
|
<dt id="example_group_6" class="passed">Wortsammler options validator</dt>
|
394
394
|
<script type="text/javascript">moveProgressBar('60.6');</script>
|
395
|
-
<dd class="example passed"><span class="passed_spec_name">rejects no processing</span><span class='duration'>0.
|
395
|
+
<dd class="example passed"><span class="passed_spec_name">rejects no processing</span><span class='duration'>0.42211s</span></dd>
|
396
396
|
<script type="text/javascript">moveProgressBar('62.1');</script>
|
397
|
-
<dd class="example passed"><span class="passed_spec_name">rejeccts inputs without outputs</span><span class='duration'>0.
|
397
|
+
<dd class="example passed"><span class="passed_spec_name">rejeccts inputs without outputs</span><span class='duration'>0.41556s</span></dd>
|
398
398
|
</dl>
|
399
399
|
</div>
|
400
400
|
<div id="div_group_7" class="example_group passed">
|
401
401
|
<dl style="margin-left: 0px;">
|
402
402
|
<dt id="example_group_7" class="passed">Wortsammler beautifier features</dt>
|
403
403
|
<script type="text/javascript">moveProgressBar('63.6');</script>
|
404
|
-
<dd class="example passed"><span class="passed_spec_name">beautifies all markdown files in a folder</span><span class='duration'>0.
|
404
|
+
<dd class="example passed"><span class="passed_spec_name">beautifies all markdown files in a folder</span><span class='duration'>0.79801s</span></dd>
|
405
405
|
<script type="text/javascript">moveProgressBar('65.1');</script>
|
406
|
-
<dd class="example passed"><span class="passed_spec_name">beautifies a single file</span><span class='duration'>0.
|
406
|
+
<dd class="example passed"><span class="passed_spec_name">beautifies a single file</span><span class='duration'>0.48939s</span></dd>
|
407
407
|
<script type="text/javascript">moveProgressBar('66.6');</script>
|
408
|
-
<dd class="example passed"><span class="passed_spec_name">recognizes if the specified manifest file is a directory</span><span class='duration'>0.
|
408
|
+
<dd class="example passed"><span class="passed_spec_name">recognizes if the specified manifest file is a directory</span><span class='duration'>0.46132s</span></dd>
|
409
409
|
<script type="text/javascript">moveProgressBar('68.1');</script>
|
410
|
-
<dd class="example passed"><span class="passed_spec_name">beautifies input files in a manifest</span><span class='duration'>0.
|
410
|
+
<dd class="example passed"><span class="passed_spec_name">beautifies input files in a manifest</span><span class='duration'>0.51706s</span></dd>
|
411
411
|
<script type="text/javascript">moveProgressBar('69.6');</script>
|
412
|
-
<dd class="example passed"><span class="passed_spec_name">claims missing input</span><span class='duration'>0.
|
412
|
+
<dd class="example passed"><span class="passed_spec_name">claims missing input</span><span class='duration'>0.45670s</span></dd>
|
413
413
|
<script type="text/javascript">moveProgressBar('71.2');</script>
|
414
|
-
<dd class="example passed"><span class="passed_spec_name">claims undefined document path</span><span class='duration'>0.
|
414
|
+
<dd class="example passed"><span class="passed_spec_name">claims undefined document path</span><span class='duration'>0.45727s</span></dd>
|
415
415
|
</dl>
|
416
416
|
</div>
|
417
417
|
<div id="div_group_8" class="example_group passed">
|
418
418
|
<dl style="margin-left: 0px;">
|
419
419
|
<dt id="example_group_8" class="passed">Wortsammler conversion</dt>
|
420
420
|
<script type="text/javascript">moveProgressBar('72.7');</script>
|
421
|
-
<dd class="example passed"><span class="passed_spec_name">converts a single file to output format</span><span class='duration'>
|
421
|
+
<dd class="example passed"><span class="passed_spec_name">converts a single file to output format</span><span class='duration'>4.62104s</span></dd>
|
422
422
|
<script type="text/javascript">moveProgressBar('74.2');</script>
|
423
|
-
<dd class="example passed"><span class="passed_spec_name">converts a single file to default output format</span><span class='duration'>4.
|
423
|
+
<dd class="example passed"><span class="passed_spec_name">converts a single file to default output format</span><span class='duration'>4.30883s</span></dd>
|
424
424
|
<script type="text/javascript">moveProgressBar('75.7');</script>
|
425
|
-
<dd class="example passed"><span class="passed_spec_name">handles chapters up to 6 levels</span><span class='duration'>7.
|
425
|
+
<dd class="example passed"><span class="passed_spec_name">handles chapters up to 6 levels</span><span class='duration'>7.75333s</span></dd>
|
426
426
|
<script type="text/javascript">moveProgressBar('77.2');</script>
|
427
|
-
<dd class="example passed"><span class="passed_spec_name">handles lists up to 9 levels</span><span class='duration'>4.
|
427
|
+
<dd class="example passed"><span class="passed_spec_name">handles lists up to 9 levels</span><span class='duration'>4.45531s</span></dd>
|
428
428
|
<script type="text/javascript">moveProgressBar('78.7');</script>
|
429
|
-
<dd class="example passed"><span class="passed_spec_name">converts all files within a folder to output format</span><span class='duration'>0.
|
429
|
+
<dd class="example passed"><span class="passed_spec_name">converts all files within a folder to output format</span><span class='duration'>0.56533s</span></dd>
|
430
430
|
<script type="text/javascript">moveProgressBar('80.3');</script>
|
431
|
-
<dd class="example passed"><span class="passed_spec_name">processes a manifest</span><span class='duration'>
|
431
|
+
<dd class="example passed"><span class="passed_spec_name">processes a manifest</span><span class='duration'>13.88782s</span></dd>
|
432
432
|
<script type="text/javascript">moveProgressBar('81.8');</script>
|
433
|
-
<dd class="example passed"><span class="passed_spec_name">investigates the existence of a manifest</span><span class='duration'>0.
|
433
|
+
<dd class="example passed"><span class="passed_spec_name">investigates the existence of a manifest</span><span class='duration'>0.41394s</span></dd>
|
434
434
|
<script type="text/javascript">moveProgressBar('83.3');</script>
|
435
|
-
<dd class="example passed"><span class="passed_spec_name">extracts the traceables according to a manifest</span><span class='duration'>0.
|
435
|
+
<dd class="example passed"><span class="passed_spec_name">extracts the traceables according to a manifest</span><span class='duration'>0.57881s</span></dd>
|
436
436
|
<script type="text/javascript">moveProgressBar('84.8');</script>
|
437
|
-
<dd class="example passed"><span class="passed_spec_name">extracts plantuml according to a manifest</span><span class='duration'>0.
|
437
|
+
<dd class="example passed"><span class="passed_spec_name">extracts plantuml according to a manifest</span><span class='duration'>0.71574s</span></dd>
|
438
438
|
<script type="text/javascript">moveProgressBar('86.3');</script>
|
439
|
-
<dd class="example passed"><span class="passed_spec_name">extracts plantuml from a single file</span><span class='duration'>2.
|
439
|
+
<dd class="example passed"><span class="passed_spec_name">extracts plantuml from a single file</span><span class='duration'>2.12748s</span></dd>
|
440
440
|
<script type="text/javascript">moveProgressBar('87.8');</script>
|
441
|
-
<dd class="example passed"><span class="passed_spec_name">extracts plantuml from a folder</span><span class='duration'>2.
|
441
|
+
<dd class="example passed"><span class="passed_spec_name">extracts plantuml from a folder</span><span class='duration'>2.82069s</span></dd>
|
442
442
|
<script type="text/javascript">makeYellow('rspec-header');</script>
|
443
443
|
<script type="text/javascript">makeYellow('div_group_8');</script>
|
444
444
|
<script type="text/javascript">makeYellow('example_group_8');</script>
|
@@ -450,25 +450,25 @@ a {
|
|
450
450
|
<script type="text/javascript">moveProgressBar('90.9');</script>
|
451
451
|
<dd class="example not_implemented"><span class="not_implemented_spec_name">handles undefined snippets (PENDING: Test not yet implemented)</span></dd>
|
452
452
|
<script type="text/javascript">moveProgressBar('92.4');</script>
|
453
|
-
<dd class="example passed"><span class="passed_spec_name">runs the rake file in the sample document</span><span class='duration'>14.
|
453
|
+
<dd class="example passed"><span class="passed_spec_name">runs the rake file in the sample document</span><span class='duration'>14.40110s</span></dd>
|
454
454
|
<script type="text/javascript">moveProgressBar('93.9');</script>
|
455
|
-
<dd class="example passed"><span class="passed_spec_name">compiles all documents</span><span class='duration'>0.
|
455
|
+
<dd class="example passed"><span class="passed_spec_name">compiles all documents</span><span class='duration'>0.00022s</span></dd>
|
456
456
|
</dl>
|
457
457
|
</div>
|
458
458
|
<div id="div_group_9" class="example_group passed">
|
459
459
|
<dl style="margin-left: 0px;">
|
460
460
|
<dt id="example_group_9" class="passed">Wortsammler syntax extensions</dt>
|
461
461
|
<script type="text/javascript">moveProgressBar('95.4');</script>
|
462
|
-
<dd class="example passed"><span class="passed_spec_name">[RS_Comp_012] supports embedded images</span><span class='duration'>9.
|
462
|
+
<dd class="example passed"><span class="passed_spec_name">[RS_Comp_012] supports embedded images</span><span class='duration'>9.78775s</span></dd>
|
463
463
|
<script type="text/javascript">moveProgressBar('96.9');</script>
|
464
|
-
<dd class="example passed"><span class="passed_spec_name">TC_EXP_001 expands expected results from testcases</span><span class='duration'>0.
|
464
|
+
<dd class="example passed"><span class="passed_spec_name">TC_EXP_001 expands expected results from testcases</span><span class='duration'>0.00137s</span></dd>
|
465
465
|
<script type="text/javascript">moveProgressBar('98.4');</script>
|
466
|
-
<dd class="example passed"><span class="passed_spec_name">TC_EXP_002 removes plantuml sources</span><span class='duration'>0.
|
466
|
+
<dd class="example passed"><span class="passed_spec_name">TC_EXP_002 removes plantuml sources</span><span class='duration'>0.00076s</span></dd>
|
467
467
|
<script type="text/javascript">moveProgressBar('100.0');</script>
|
468
|
-
<dd class="example passed"><span class="passed_spec_name">TC_EXP_003 handles Markdown inlays</span><span class='duration'>0.
|
468
|
+
<dd class="example passed"><span class="passed_spec_name">TC_EXP_003 handles Markdown inlays</span><span class='duration'>0.50139s</span></dd>
|
469
469
|
</dl>
|
470
470
|
</div>
|
471
|
-
<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>
|
471
|
+
<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>119.89471 seconds</strong>";</script>
|
472
472
|
<script type="text/javascript">document.getElementById('totals').innerHTML = "66 examples, 0 failures, 3 pending";</script>
|
473
473
|
</div>
|
474
474
|
</div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wortsammler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -300,7 +300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
300
300
|
version: '0'
|
301
301
|
segments:
|
302
302
|
- 0
|
303
|
-
hash:
|
303
|
+
hash: -3596901008278146075
|
304
304
|
requirements: []
|
305
305
|
rubyforge_project:
|
306
306
|
rubygems_version: 1.8.25
|