nanoc 4.8.12 → 4.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS.md +6 -0
- data/lib/nanoc/base/entities/document.rb +16 -1
- data/lib/nanoc/base/feature.rb +1 -1
- data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
- data/lib/nanoc/base/repos/checksum_store.rb +3 -3
- data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
- data/lib/nanoc/base/repos/dependency_store.rb +3 -3
- data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
- data/lib/nanoc/base/repos/store.rb +3 -5
- data/lib/nanoc/base/services/compiler_loader.rb +5 -5
- data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
- data/lib/nanoc/cli/commands/compile.rb +18 -0
- data/lib/nanoc/cli/commands/live.rb +1 -0
- data/lib/nanoc/cli/commands/view.rb +12 -35
- data/lib/nanoc/filters/redcarpet.rb +26 -65
- data/lib/nanoc/version.rb +1 -1
- metadata +2 -293
- data/.rspec +0 -3
- data/.rubocop.yml +0 -173
- data/Rakefile +0 -25
- data/nanoc.gemspec +0 -44
- data/nanoc.manifest +0 -543
- data/spec/contributors_spec.rb +0 -20
- data/spec/gem_spec.rb +0 -21
- data/spec/manifest_spec.rb +0 -22
- data/spec/nanoc/base/changes_stream_spec.rb +0 -45
- data/spec/nanoc/base/checksummer_spec.rb +0 -419
- data/spec/nanoc/base/compiler_spec.rb +0 -149
- data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
- data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
- data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
- data/spec/nanoc/base/directed_graph_spec.rb +0 -258
- data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
- data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
- data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
- data/spec/nanoc/base/entities/content_spec.rb +0 -195
- data/spec/nanoc/base/entities/context_spec.rb +0 -26
- data/spec/nanoc/base/entities/document_spec.rb +0 -258
- data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
- data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
- data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
- data/spec/nanoc/base/entities/item_spec.rb +0 -13
- data/spec/nanoc/base/entities/layout_spec.rb +0 -13
- data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
- data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
- data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
- data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
- data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
- data/spec/nanoc/base/entities/props_spec.rb +0 -413
- data/spec/nanoc/base/entities/site_spec.rb +0 -80
- data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
- data/spec/nanoc/base/feature_spec.rb +0 -109
- data/spec/nanoc/base/filter_spec.rb +0 -166
- data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
- data/spec/nanoc/base/memoization_spec.rb +0 -108
- data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
- data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
- data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
- data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
- data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
- data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
- data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
- data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
- data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
- data/spec/nanoc/base/repos/store_spec.rb +0 -93
- data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
- data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
- data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
- data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
- data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
- data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
- data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
- data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
- data/spec/nanoc/base/services/executor_spec.rb +0 -686
- data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
- data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
- data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
- data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
- data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
- data/spec/nanoc/base/services/pruner_spec.rb +0 -116
- data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
- data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
- data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
- data/spec/nanoc/base/views/config_view_spec.rb +0 -144
- data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_view_spec.rb +0 -376
- data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
- data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
- data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
- data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
- data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
- data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
- data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
- data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
- data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
- data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
- data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
- data/spec/nanoc/checking/runner_spec.rb +0 -26
- data/spec/nanoc/cli/command_runner_spec.rb +0 -107
- data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
- data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
- data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
- data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
- data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
- data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
- data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
- data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
- data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
- data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
- data/spec/nanoc/cli/commands/view_spec.rb +0 -75
- data/spec/nanoc/cli/error_handler_spec.rb +0 -43
- data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
- data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
- data/spec/nanoc/cli_spec.rb +0 -44
- data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
- data/spec/nanoc/deploying/fog_spec.rb +0 -199
- data/spec/nanoc/deploying/git_spec.rb +0 -305
- data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
- data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
- data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
- data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
- data/spec/nanoc/filters/less_spec.rb +0 -122
- data/spec/nanoc/helpers/blogging_spec.rb +0 -219
- data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
- data/spec/nanoc/helpers/capturing_spec.rb +0 -256
- data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
- data/spec/nanoc/helpers/filtering_spec.rb +0 -77
- data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
- data/spec/nanoc/helpers/link_to_spec.rb +0 -320
- data/spec/nanoc/helpers/rendering_spec.rb +0 -144
- data/spec/nanoc/helpers/tagging_spec.rb +0 -106
- data/spec/nanoc/helpers/text_spec.rb +0 -60
- data/spec/nanoc/integration/compile_command_spec.rb +0 -33
- data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
- data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
- data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
- data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
- data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
- data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
- data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
- data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
- data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
- data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
- data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
- data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
- data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
- data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
- data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
- data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
- data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
- data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
- data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
- data/spec/nanoc/spec_spec.rb +0 -70
- data/spec/nanoc/telemetry/counter_spec.rb +0 -20
- data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
- data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
- data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
- data/spec/nanoc/telemetry/summary_spec.rb +0 -68
- data/spec/nanoc/telemetry/table_spec.rb +0 -22
- data/spec/nanoc/telemetry_spec.rb +0 -28
- data/spec/regression_filenames_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -371
- data/test/base/test_compiler.rb +0 -389
- data/test/base/test_filter.rb +0 -73
- data/test/base/test_site.rb +0 -146
- data/test/checking/checks/test_css.rb +0 -66
- data/test/checking/checks/test_external_links.rb +0 -88
- data/test/checking/checks/test_html.rb +0 -47
- data/test/checking/checks/test_internal_links.rb +0 -118
- data/test/checking/checks/test_mixed_content.rb +0 -190
- data/test/checking/checks/test_stale.rb +0 -69
- data/test/checking/test_check.rb +0 -22
- data/test/checking/test_dsl.rb +0 -35
- data/test/checking/test_runner.rb +0 -45
- data/test/cli/commands/test_check.rb +0 -20
- data/test/cli/commands/test_compile.rb +0 -199
- data/test/cli/commands/test_create_site.rb +0 -126
- data/test/cli/commands/test_help.rb +0 -10
- data/test/cli/commands/test_prune.rb +0 -157
- data/test/cli/test_cleaning_stream.rb +0 -97
- data/test/cli/test_cli.rb +0 -195
- data/test/cli/test_error_handler.rb +0 -102
- data/test/cli/test_logger.rb +0 -7
- data/test/data_sources/test_filesystem.rb +0 -1033
- data/test/data_sources/test_filesystem_tools.rb +0 -146
- data/test/deploying/test_fog.rb +0 -117
- data/test/deploying/test_git.rb +0 -263
- data/test/deploying/test_rsync.rb +0 -94
- data/test/extra/core_ext/test_time.rb +0 -17
- data/test/extra/test_link_collector.rb +0 -110
- data/test/extra/test_piper.rb +0 -48
- data/test/filters/colorize_syntax/test_coderay.rb +0 -247
- data/test/filters/colorize_syntax/test_common.rb +0 -109
- data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
- data/test/filters/colorize_syntax/test_pygments.rb +0 -21
- data/test/filters/colorize_syntax/test_simon.rb +0 -24
- data/test/filters/test_asciidoc.rb +0 -16
- data/test/filters/test_bluecloth.rb +0 -16
- data/test/filters/test_coffeescript.rb +0 -16
- data/test/filters/test_erb.rb +0 -107
- data/test/filters/test_erubi.rb +0 -75
- data/test/filters/test_erubis.rb +0 -76
- data/test/filters/test_haml.rb +0 -94
- data/test/filters/test_handlebars.rb +0 -61
- data/test/filters/test_kramdown.rb +0 -56
- data/test/filters/test_markaby.rb +0 -16
- data/test/filters/test_maruku.rb +0 -16
- data/test/filters/test_mustache.rb +0 -43
- data/test/filters/test_pandoc.rb +0 -47
- data/test/filters/test_rainpress.rb +0 -27
- data/test/filters/test_rdiscount.rb +0 -30
- data/test/filters/test_rdoc.rb +0 -14
- data/test/filters/test_redcarpet.rb +0 -111
- data/test/filters/test_redcloth.rb +0 -31
- data/test/filters/test_relativize_paths.rb +0 -887
- data/test/filters/test_rubypants.rb +0 -16
- data/test/filters/test_sass.rb +0 -315
- data/test/filters/test_slim.rb +0 -59
- data/test/filters/test_typogruby.rb +0 -18
- data/test/filters/test_uglify_js.rb +0 -30
- data/test/filters/test_xsl.rb +0 -192
- data/test/filters/test_yui_compressor.rb +0 -42
- data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
- data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
- data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
- data/test/helper.rb +0 -255
- data/test/helpers/test_blogging.rb +0 -684
- data/test/helpers/test_capturing.rb +0 -184
- data/test/helpers/test_link_to.rb +0 -57
- data/test/helpers/test_xml_sitemap.rb +0 -246
- data/test/rule_dsl/test_action_provider.rb +0 -80
- data/test/rule_dsl/test_compiler_dsl.rb +0 -448
- data/test/rule_dsl/test_rules_collection.rb +0 -93
@@ -1,135 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Helpers::Breadcrumbs, helper: true do
|
4
|
-
before do
|
5
|
-
allow(ctx.dependency_tracker).to receive(:enter)
|
6
|
-
allow(ctx.dependency_tracker).to receive(:exit)
|
7
|
-
end
|
8
|
-
|
9
|
-
describe '#breadcrumbs_trail' do
|
10
|
-
subject { helper.breadcrumbs_trail }
|
11
|
-
|
12
|
-
context 'legacy identifiers' do
|
13
|
-
context 'root' do
|
14
|
-
before do
|
15
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/', type: :legacy))
|
16
|
-
|
17
|
-
ctx.item = ctx.items['/']
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'returns an array with the item' do
|
21
|
-
expect(subject).to eql([ctx.items['/']])
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
context 'root and direct child' do
|
26
|
-
before do
|
27
|
-
ctx.create_item('child', {}, Nanoc::Identifier.new('/foo/', type: :legacy))
|
28
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/', type: :legacy))
|
29
|
-
|
30
|
-
ctx.item = ctx.items['/foo/']
|
31
|
-
end
|
32
|
-
|
33
|
-
it 'returns an array with the items' do
|
34
|
-
expect(subject).to eql([ctx.items['/'], ctx.items['/foo/']])
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
context 'root, child and grandchild' do
|
39
|
-
before do
|
40
|
-
ctx.create_item('grandchild', {}, Nanoc::Identifier.new('/foo/bar/', type: :legacy))
|
41
|
-
ctx.create_item('child', {}, Nanoc::Identifier.new('/foo/', type: :legacy))
|
42
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/', type: :legacy))
|
43
|
-
|
44
|
-
ctx.item = ctx.items['/foo/bar/']
|
45
|
-
end
|
46
|
-
|
47
|
-
it 'returns an array with the items' do
|
48
|
-
expect(subject).to eql([ctx.items['/'], ctx.items['/foo/'], ctx.items['/foo/bar/']])
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
context 'root, missing child and grandchild' do
|
53
|
-
before do
|
54
|
-
ctx.create_item('grandchild', {}, Nanoc::Identifier.new('/foo/bar/', type: :legacy))
|
55
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/', type: :legacy))
|
56
|
-
|
57
|
-
ctx.item = ctx.items['/foo/bar/']
|
58
|
-
end
|
59
|
-
|
60
|
-
it 'returns an array with the items' do
|
61
|
-
expect(subject).to eql([ctx.items['/'], nil, ctx.items['/foo/bar/']])
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
context 'non-legacy identifiers' do
|
67
|
-
context 'root' do
|
68
|
-
before do
|
69
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/index.md'))
|
70
|
-
|
71
|
-
ctx.item = ctx.items['/index.md']
|
72
|
-
end
|
73
|
-
|
74
|
-
it 'returns an array with the item' do
|
75
|
-
expect(subject).to eql([ctx.items['/index.md']])
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
context 'root and direct child' do
|
80
|
-
before do
|
81
|
-
ctx.create_item('child', {}, Nanoc::Identifier.new('/foo.md'))
|
82
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/index.md'))
|
83
|
-
|
84
|
-
ctx.item = ctx.items['/foo.md']
|
85
|
-
end
|
86
|
-
|
87
|
-
it 'returns an array with the items' do
|
88
|
-
expect(subject).to eql([ctx.items['/index.md'], ctx.items['/foo.md']])
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
context 'root, child and grandchild' do
|
93
|
-
before do
|
94
|
-
ctx.create_item('grandchild', {}, Nanoc::Identifier.new('/foo/bar.md'))
|
95
|
-
ctx.create_item('child', {}, Nanoc::Identifier.new('/foo.md'))
|
96
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/index.md'))
|
97
|
-
|
98
|
-
ctx.item = ctx.items['/foo/bar.md']
|
99
|
-
end
|
100
|
-
|
101
|
-
it 'returns an array with the items' do
|
102
|
-
expect(subject).to eql([ctx.items['/index.md'], ctx.items['/foo.md'], ctx.items['/foo/bar.md']])
|
103
|
-
end
|
104
|
-
end
|
105
|
-
|
106
|
-
context 'root, missing child and grandchild' do
|
107
|
-
before do
|
108
|
-
ctx.create_item('grandchild', {}, Nanoc::Identifier.new('/foo/bar.md'))
|
109
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/index.md'))
|
110
|
-
|
111
|
-
ctx.item = ctx.items['/foo/bar.md']
|
112
|
-
end
|
113
|
-
|
114
|
-
it 'returns an array with the items' do
|
115
|
-
expect(subject).to eql([ctx.items['/index.md'], nil, ctx.items['/foo/bar.md']])
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
context 'index.md child' do
|
120
|
-
# No special handling of non-root index.* files.
|
121
|
-
|
122
|
-
before do
|
123
|
-
ctx.create_item('grandchild', {}, Nanoc::Identifier.new('/foo/index.md'))
|
124
|
-
ctx.create_item('root', {}, Nanoc::Identifier.new('/index.md'))
|
125
|
-
|
126
|
-
ctx.item = ctx.items['/foo/index.md']
|
127
|
-
end
|
128
|
-
|
129
|
-
it 'returns an array with the items' do
|
130
|
-
expect(subject).to eql([ctx.items['/index.md'], nil, ctx.items['/foo/index.md']])
|
131
|
-
end
|
132
|
-
end
|
133
|
-
end
|
134
|
-
end
|
135
|
-
end
|
@@ -1,256 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Helpers::Capturing, helper: true do
|
4
|
-
describe '#content_for' do
|
5
|
-
before do
|
6
|
-
ctx.create_item('some content', {}, '/about.md')
|
7
|
-
ctx.create_rep(ctx.items['/about.md'], '/about.html')
|
8
|
-
ctx.item = ctx.items['/about.md']
|
9
|
-
end
|
10
|
-
|
11
|
-
describe 'setting content' do
|
12
|
-
let(:_erbout) { +'existing content' }
|
13
|
-
|
14
|
-
let(:params) { raise 'overwrite me' }
|
15
|
-
|
16
|
-
let(:contents_enumerator) { %w[foo bar].to_enum }
|
17
|
-
|
18
|
-
shared_examples 'setting content' do
|
19
|
-
context 'only name given' do
|
20
|
-
subject { subject_proc_without_params.call }
|
21
|
-
|
22
|
-
it 'stores snapshot content' do
|
23
|
-
subject
|
24
|
-
expect(ctx.snapshot_repo.get(ctx.item.reps[:default].unwrap, :__capture_foo).string).to eql('foo')
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
context 'name and params given' do
|
29
|
-
subject { subject_proc_with_params.call }
|
30
|
-
let(:params) { raise 'overwrite me' }
|
31
|
-
|
32
|
-
context 'no existing behavior specified' do
|
33
|
-
let(:params) { {} }
|
34
|
-
|
35
|
-
it 'errors after two times' do
|
36
|
-
subject_proc_with_params.call
|
37
|
-
expect { subject_proc_with_params.call }.to raise_error(RuntimeError)
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
context 'existing behavior is :overwrite' do
|
42
|
-
let(:params) { { existing: :overwrite } }
|
43
|
-
|
44
|
-
it 'overwrites' do
|
45
|
-
subject_proc_with_params.call
|
46
|
-
subject_proc_with_params.call
|
47
|
-
expect(ctx.snapshot_repo.get(ctx.item.reps[:default].unwrap, :__capture_foo).string).to eql('bar')
|
48
|
-
end
|
49
|
-
end
|
50
|
-
|
51
|
-
context 'existing behavior is :append' do
|
52
|
-
let(:params) { { existing: :append } }
|
53
|
-
|
54
|
-
it 'appends' do
|
55
|
-
subject_proc_with_params.call
|
56
|
-
subject_proc_with_params.call
|
57
|
-
expect(ctx.snapshot_repo.get(ctx.item.reps[:default].unwrap, :__capture_foo).string).to eql('foobar')
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
context 'existing behavior is :error' do
|
62
|
-
let(:params) { { existing: :error } }
|
63
|
-
|
64
|
-
it 'errors after two times' do
|
65
|
-
subject_proc_with_params.call
|
66
|
-
expect { subject_proc_with_params.call }.to raise_error(RuntimeError)
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
context 'existing behavior is :something else' do
|
71
|
-
let(:params) { { existing: :donkey } }
|
72
|
-
|
73
|
-
it 'errors' do
|
74
|
-
expect { subject }.to raise_error(ArgumentError)
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
78
|
-
end
|
79
|
-
|
80
|
-
context 'symbol name + block' do
|
81
|
-
let(:subject_proc_without_params) do
|
82
|
-
-> { helper.content_for(:foo) { _erbout << contents_enumerator.next } }
|
83
|
-
end
|
84
|
-
|
85
|
-
let(:subject_proc_with_params) do
|
86
|
-
-> { helper.content_for(:foo, params) { _erbout << contents_enumerator.next } }
|
87
|
-
end
|
88
|
-
|
89
|
-
include_examples 'setting content'
|
90
|
-
end
|
91
|
-
|
92
|
-
context 'string name + block' do
|
93
|
-
let(:subject_proc_without_params) do
|
94
|
-
-> { helper.content_for('foo') { _erbout << contents_enumerator.next } }
|
95
|
-
end
|
96
|
-
|
97
|
-
let(:subject_proc_with_params) do
|
98
|
-
-> { helper.content_for('foo', params) { _erbout << contents_enumerator.next } }
|
99
|
-
end
|
100
|
-
|
101
|
-
include_examples 'setting content'
|
102
|
-
end
|
103
|
-
|
104
|
-
context 'symbol name + string' do
|
105
|
-
let(:subject_proc_without_params) do
|
106
|
-
-> { helper.content_for(:foo, contents_enumerator.next) }
|
107
|
-
end
|
108
|
-
|
109
|
-
let(:subject_proc_with_params) do
|
110
|
-
-> { helper.content_for(:foo, params, contents_enumerator.next) }
|
111
|
-
end
|
112
|
-
|
113
|
-
include_examples 'setting content'
|
114
|
-
end
|
115
|
-
|
116
|
-
context 'string name + string' do
|
117
|
-
let(:subject_proc_without_params) do
|
118
|
-
-> { helper.content_for('foo', contents_enumerator.next) }
|
119
|
-
end
|
120
|
-
|
121
|
-
let(:subject_proc_with_params) do
|
122
|
-
-> { helper.content_for('foo', params, contents_enumerator.next) }
|
123
|
-
end
|
124
|
-
|
125
|
-
include_examples 'setting content'
|
126
|
-
end
|
127
|
-
end
|
128
|
-
|
129
|
-
describe 'with item + name' do
|
130
|
-
subject { helper.content_for(item, :foo) }
|
131
|
-
|
132
|
-
let(:_erbout) { +'existing content' }
|
133
|
-
|
134
|
-
context 'requesting for same item' do
|
135
|
-
let(:item) { ctx.item }
|
136
|
-
|
137
|
-
context 'nothing captured' do
|
138
|
-
it { is_expected.to be_nil }
|
139
|
-
end
|
140
|
-
|
141
|
-
context 'something captured' do
|
142
|
-
before do
|
143
|
-
helper.content_for(:foo) { _erbout << 'I have been captured!' }
|
144
|
-
end
|
145
|
-
|
146
|
-
it { is_expected.to eql('I have been captured!') }
|
147
|
-
end
|
148
|
-
end
|
149
|
-
|
150
|
-
context 'requesting for other item' do
|
151
|
-
let(:item) { ctx.items['/other.md'] }
|
152
|
-
|
153
|
-
before do
|
154
|
-
ctx.create_item('other content', {}, '/other.md')
|
155
|
-
ctx.create_rep(ctx.items['/other.md'], '/other.html')
|
156
|
-
end
|
157
|
-
|
158
|
-
context 'other item is not yet compiled' do
|
159
|
-
it 'raises an unmet dependency error' do
|
160
|
-
expect(ctx.dependency_tracker).to receive(:bounce).with(item.unwrap, compiled_content: true)
|
161
|
-
expect { subject }.to raise_error(FiberError)
|
162
|
-
end
|
163
|
-
|
164
|
-
it 're-runs when fiber is resumed' do
|
165
|
-
expect(ctx.dependency_tracker).to receive(:bounce).with(item.unwrap, compiled_content: true).twice
|
166
|
-
|
167
|
-
fiber = Fiber.new { subject }
|
168
|
-
expect(fiber.resume).to be_a(Nanoc::Int::Errors::UnmetDependency)
|
169
|
-
|
170
|
-
item.reps[:default].unwrap.compiled = true
|
171
|
-
ctx.snapshot_repo.set(
|
172
|
-
item.reps[:default].unwrap,
|
173
|
-
:__capture_foo,
|
174
|
-
Nanoc::Int::TextualContent.new('content after compilation'),
|
175
|
-
)
|
176
|
-
expect(fiber.resume).to eql('content after compilation')
|
177
|
-
end
|
178
|
-
end
|
179
|
-
|
180
|
-
context 'other item is compiled' do
|
181
|
-
before do
|
182
|
-
item.reps[:default].unwrap.compiled = true
|
183
|
-
ctx.snapshot_repo.set(
|
184
|
-
item.reps[:default].unwrap,
|
185
|
-
:__capture_foo,
|
186
|
-
Nanoc::Int::TextualContent.new('other captured foo'),
|
187
|
-
)
|
188
|
-
end
|
189
|
-
|
190
|
-
it 'returns the captured content' do
|
191
|
-
expect(ctx.dependency_tracker).to receive(:bounce).with(item.unwrap, compiled_content: true)
|
192
|
-
expect(subject).to eql('other captured foo')
|
193
|
-
end
|
194
|
-
end
|
195
|
-
end
|
196
|
-
end
|
197
|
-
end
|
198
|
-
|
199
|
-
describe '#capture' do
|
200
|
-
context 'with string' do
|
201
|
-
let(:_erbout) { +'existing content' }
|
202
|
-
|
203
|
-
subject { helper.capture { _erbout << 'new content' } }
|
204
|
-
|
205
|
-
it 'returns the appended content' do
|
206
|
-
expect(subject).to eql('new content')
|
207
|
-
end
|
208
|
-
|
209
|
-
it 'does not modify _erbout' do
|
210
|
-
expect { subject }.not_to change { _erbout }
|
211
|
-
end
|
212
|
-
end
|
213
|
-
|
214
|
-
context 'with array' do
|
215
|
-
let(:_erbout) { ['existing content'] }
|
216
|
-
|
217
|
-
shared_examples 'returns properly joined output' do
|
218
|
-
subject { helper.capture { _erbout << %w[new _ content] } }
|
219
|
-
|
220
|
-
it 'returns the appended content, joined' do
|
221
|
-
expect(subject).to eql('new_content')
|
222
|
-
end
|
223
|
-
|
224
|
-
it 'does not modify _erbout' do
|
225
|
-
expect { subject }.not_to change { _erbout.join('') }
|
226
|
-
end
|
227
|
-
end
|
228
|
-
|
229
|
-
context 'default output field separator' do
|
230
|
-
include_examples 'returns properly joined output'
|
231
|
-
end
|
232
|
-
|
233
|
-
context 'output field separator set to ,' do
|
234
|
-
around do |ex|
|
235
|
-
orig_output_field_separator = $OUTPUT_FIELD_SEPARATOR
|
236
|
-
$OUTPUT_FIELD_SEPARATOR = ','
|
237
|
-
ex.run
|
238
|
-
$OUTPUT_FIELD_SEPARATOR = orig_output_field_separator
|
239
|
-
end
|
240
|
-
|
241
|
-
include_examples 'returns properly joined output'
|
242
|
-
end
|
243
|
-
|
244
|
-
context 'output field separator set to nothing' do
|
245
|
-
around do |ex|
|
246
|
-
orig_output_field_separator = $OUTPUT_FIELD_SEPARATOR
|
247
|
-
$OUTPUT_FIELD_SEPARATOR = +''
|
248
|
-
ex.run
|
249
|
-
$OUTPUT_FIELD_SEPARATOR = orig_output_field_separator
|
250
|
-
end
|
251
|
-
|
252
|
-
include_examples 'returns properly joined output'
|
253
|
-
end
|
254
|
-
end
|
255
|
-
end
|
256
|
-
end
|
@@ -1,76 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Helpers::ChildParent, helper: true do
|
4
|
-
describe '#children_of' do
|
5
|
-
subject { helper.children_of(item) }
|
6
|
-
|
7
|
-
before { ctx.create_item('some content', {}, identifier) }
|
8
|
-
let(:item) { ctx.items[identifier] }
|
9
|
-
|
10
|
-
context 'legacy identifier' do
|
11
|
-
let(:identifier) { Nanoc::Identifier.new('/foo/', type: :legacy) }
|
12
|
-
|
13
|
-
before do
|
14
|
-
ctx.create_item('abc', {}, Nanoc::Identifier.new('/foo/a/', type: :legacy))
|
15
|
-
ctx.create_item('def', {}, Nanoc::Identifier.new('/foo/a/b/', type: :legacy))
|
16
|
-
ctx.create_item('xyz', {}, Nanoc::Identifier.new('/bar/', type: :legacy))
|
17
|
-
end
|
18
|
-
|
19
|
-
it 'returns only direct children' do
|
20
|
-
expect(subject).to eql([ctx.items['/foo/a/']])
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
context 'full identifier' do
|
25
|
-
let(:identifier) { Nanoc::Identifier.new('/foo.md', type: :full) }
|
26
|
-
|
27
|
-
before do
|
28
|
-
ctx.create_item('abc', {}, Nanoc::Identifier.new('/foo/a.md', type: :full))
|
29
|
-
ctx.create_item('def', {}, Nanoc::Identifier.new('/foo/a/b.md', type: :full))
|
30
|
-
ctx.create_item('xyz', {}, Nanoc::Identifier.new('/bar.md', type: :full))
|
31
|
-
ctx.create_item('xyz', {}, Nanoc::Identifier.new('/foo/a/index.md', type: :full))
|
32
|
-
end
|
33
|
-
|
34
|
-
it 'returns only direct children' do
|
35
|
-
expect(subject).to eql([ctx.items['/foo/a.md']])
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
describe '#parent_of' do
|
41
|
-
subject { helper.parent_of(item) }
|
42
|
-
|
43
|
-
before { ctx.create_item('some content', {}, identifier) }
|
44
|
-
let(:item) { ctx.items[identifier] }
|
45
|
-
|
46
|
-
context 'legacy identifier' do
|
47
|
-
let(:identifier) { Nanoc::Identifier.new('/foo/bar/', type: :legacy) }
|
48
|
-
|
49
|
-
before do
|
50
|
-
ctx.create_item('abc', {}, Nanoc::Identifier.new('/foo/', type: :legacy))
|
51
|
-
ctx.create_item('def', {}, Nanoc::Identifier.new('/foo/qux/', type: :legacy))
|
52
|
-
ctx.create_item('xyz', {}, Nanoc::Identifier.new('/foo/bar/asdf/', type: :legacy))
|
53
|
-
ctx.create_item('opq', {}, Nanoc::Identifier.new('/', type: :legacy))
|
54
|
-
end
|
55
|
-
|
56
|
-
it 'returns parent' do
|
57
|
-
expect(subject).to eql(ctx.items['/foo/'])
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
context 'full identifier' do
|
62
|
-
let(:identifier) { Nanoc::Identifier.new('/foo/bar.md', type: :full) }
|
63
|
-
|
64
|
-
before do
|
65
|
-
ctx.create_item('abc', {}, Nanoc::Identifier.new('/foo.md', type: :full))
|
66
|
-
ctx.create_item('def', {}, Nanoc::Identifier.new('/foo/qux.md', type: :full))
|
67
|
-
ctx.create_item('xyz', {}, Nanoc::Identifier.new('/foo/bar/asdf.md', type: :full))
|
68
|
-
ctx.create_item('opq', {}, Nanoc::Identifier.new('/index.md', type: :full))
|
69
|
-
end
|
70
|
-
|
71
|
-
it 'returns parent' do
|
72
|
-
expect(subject).to eql(ctx.items['/foo.md'])
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
76
|
-
end
|