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,301 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::RuleDSL::RulesCollection do
|
4
|
-
let(:rules_collection) { described_class.new }
|
5
|
-
|
6
|
-
describe '#data' do
|
7
|
-
subject { rules_collection.data }
|
8
|
-
|
9
|
-
it 'is nil by default' do
|
10
|
-
expect(subject).to be_nil
|
11
|
-
end
|
12
|
-
|
13
|
-
it 'can be set' do
|
14
|
-
rules_collection.data = 'asdf'
|
15
|
-
expect(subject).to eq('asdf')
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
describe '#compilation_rule_for' do
|
20
|
-
let(:item) { Nanoc::Int::Item.new('content', {}, '/foo.md') }
|
21
|
-
|
22
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, rep_name) }
|
23
|
-
|
24
|
-
let(:rep_name) { :default }
|
25
|
-
|
26
|
-
subject { rules_collection.compilation_rule_for(rep) }
|
27
|
-
|
28
|
-
context 'no rules' do
|
29
|
-
it 'is nil' do
|
30
|
-
expect(subject).to be_nil
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
context 'some rules, none matching' do
|
35
|
-
before do
|
36
|
-
rules_collection.add_item_compilation_rule(rule)
|
37
|
-
end
|
38
|
-
|
39
|
-
let(:rule) do
|
40
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/bar.*'), :default, proc {})
|
41
|
-
end
|
42
|
-
|
43
|
-
it 'is nil' do
|
44
|
-
expect(subject).to be_nil
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
context 'some rules, one matching' do
|
49
|
-
before do
|
50
|
-
rules_collection.add_item_compilation_rule(rule_a)
|
51
|
-
rules_collection.add_item_compilation_rule(rule_b)
|
52
|
-
end
|
53
|
-
|
54
|
-
let(:rule_a) do
|
55
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/foo.*'), :default, proc {})
|
56
|
-
end
|
57
|
-
|
58
|
-
let(:rule_b) do
|
59
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/bar.*'), :default, proc {})
|
60
|
-
end
|
61
|
-
|
62
|
-
context 'rep name does not match' do
|
63
|
-
let(:rep_name) { :platypus }
|
64
|
-
|
65
|
-
it 'is nil' do
|
66
|
-
expect(subject).to be_nil
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
context 'rep name matches' do
|
71
|
-
it 'is the rule' do
|
72
|
-
expect(subject).to equal(rule_a)
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
context 'some rules, multiple matching' do
|
78
|
-
before do
|
79
|
-
rules_collection.add_item_compilation_rule(rule_a)
|
80
|
-
rules_collection.add_item_compilation_rule(rule_b)
|
81
|
-
rules_collection.add_item_compilation_rule(rule_c)
|
82
|
-
end
|
83
|
-
|
84
|
-
let(:rule_a) do
|
85
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/foo.*'), :default, proc {})
|
86
|
-
end
|
87
|
-
|
88
|
-
let(:rule_b) do
|
89
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/*.*'), :default, proc {})
|
90
|
-
end
|
91
|
-
|
92
|
-
let(:rule_c) do
|
93
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/*.*'), :foo, proc {})
|
94
|
-
end
|
95
|
-
|
96
|
-
context 'no rep name matches' do
|
97
|
-
let(:rep_name) { :platypus }
|
98
|
-
|
99
|
-
it 'is the first matching rule' do
|
100
|
-
expect(subject).to be_nil
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
context 'one rep name matches' do
|
105
|
-
let(:rep_name) { :foo }
|
106
|
-
|
107
|
-
it 'is the first matching rule' do
|
108
|
-
expect(subject).to equal(rule_c)
|
109
|
-
end
|
110
|
-
end
|
111
|
-
|
112
|
-
context 'multiple rep names match' do
|
113
|
-
it 'is the first matching rule' do
|
114
|
-
expect(subject).to equal(rule_a)
|
115
|
-
end
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|
119
|
-
|
120
|
-
describe '#item_compilation_rules_for' do
|
121
|
-
let(:item) { Nanoc::Int::Item.new('content', {}, '/foo.md') }
|
122
|
-
|
123
|
-
subject { rules_collection.item_compilation_rules_for(item) }
|
124
|
-
|
125
|
-
context 'no rules' do
|
126
|
-
it 'is none' do
|
127
|
-
expect(subject).to be_empty
|
128
|
-
end
|
129
|
-
end
|
130
|
-
|
131
|
-
context 'some rules, none matching' do
|
132
|
-
before do
|
133
|
-
rules_collection.add_item_compilation_rule(rule)
|
134
|
-
end
|
135
|
-
|
136
|
-
let(:rule) do
|
137
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/bar.*'), :default, proc {})
|
138
|
-
end
|
139
|
-
|
140
|
-
it 'is none' do
|
141
|
-
expect(subject).to be_empty
|
142
|
-
end
|
143
|
-
end
|
144
|
-
|
145
|
-
context 'some rules, one matching' do
|
146
|
-
before do
|
147
|
-
rules_collection.add_item_compilation_rule(rule_a)
|
148
|
-
rules_collection.add_item_compilation_rule(rule_b)
|
149
|
-
end
|
150
|
-
|
151
|
-
let(:rule_a) do
|
152
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/foo.*'), :default, proc {})
|
153
|
-
end
|
154
|
-
|
155
|
-
let(:rule_b) do
|
156
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/bar.*'), :default, proc {})
|
157
|
-
end
|
158
|
-
|
159
|
-
it 'is the single rule' do
|
160
|
-
expect(subject).to contain_exactly(rule_a)
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
|
-
context 'some rules, multiple matching' do
|
165
|
-
before do
|
166
|
-
rules_collection.add_item_compilation_rule(rule_a)
|
167
|
-
rules_collection.add_item_compilation_rule(rule_b)
|
168
|
-
end
|
169
|
-
|
170
|
-
let(:rule_a) do
|
171
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/foo.*'), :default, proc {})
|
172
|
-
end
|
173
|
-
|
174
|
-
let(:rule_b) do
|
175
|
-
Nanoc::RuleDSL::Rule.new(Nanoc::Int::Pattern.from('/*.*'), :default, proc {})
|
176
|
-
end
|
177
|
-
|
178
|
-
it 'is all matching rule' do
|
179
|
-
expect(subject).to contain_exactly(rule_a, rule_b)
|
180
|
-
end
|
181
|
-
end
|
182
|
-
end
|
183
|
-
|
184
|
-
describe '#routing_rules_for' do
|
185
|
-
let(:item) { Nanoc::Int::Item.new('content', {}, '/foo.md') }
|
186
|
-
|
187
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, :default) }
|
188
|
-
|
189
|
-
subject { rules_collection.routing_rules_for(rep) }
|
190
|
-
|
191
|
-
let(:rules) do
|
192
|
-
[
|
193
|
-
# Matching item, matching rep
|
194
|
-
Nanoc::RuleDSL::Rule.new(
|
195
|
-
Nanoc::Int::Pattern.from('/foo.*'), :default, proc {}, snapshot_name: :a
|
196
|
-
),
|
197
|
-
Nanoc::RuleDSL::Rule.new(
|
198
|
-
Nanoc::Int::Pattern.from('/foo.*'), :default, proc {}, snapshot_name: :b
|
199
|
-
),
|
200
|
-
|
201
|
-
# Matching item, non-matching rep
|
202
|
-
Nanoc::RuleDSL::Rule.new(
|
203
|
-
Nanoc::Int::Pattern.from('/foo.*'), :raw, proc {}, snapshot_name: :a
|
204
|
-
),
|
205
|
-
Nanoc::RuleDSL::Rule.new(
|
206
|
-
Nanoc::Int::Pattern.from('/foo.*'), :raw, proc {}, snapshot_name: :b
|
207
|
-
),
|
208
|
-
|
209
|
-
# Non-matching item, matching rep
|
210
|
-
Nanoc::RuleDSL::Rule.new(
|
211
|
-
Nanoc::Int::Pattern.from('/bar.*'), :default, proc {}, snapshot_name: :a
|
212
|
-
),
|
213
|
-
Nanoc::RuleDSL::Rule.new(
|
214
|
-
Nanoc::Int::Pattern.from('/bar.*'), :default, proc {}, snapshot_name: :b
|
215
|
-
),
|
216
|
-
|
217
|
-
# Non-matching item, non-matching rep
|
218
|
-
Nanoc::RuleDSL::Rule.new(
|
219
|
-
Nanoc::Int::Pattern.from('/bar.*'), :raw, proc {}, snapshot_name: :a
|
220
|
-
),
|
221
|
-
Nanoc::RuleDSL::Rule.new(
|
222
|
-
Nanoc::Int::Pattern.from('/bar.*'), :raw, proc {}, snapshot_name: :b
|
223
|
-
),
|
224
|
-
|
225
|
-
# Matching item, matching rep, but not the first
|
226
|
-
Nanoc::RuleDSL::Rule.new(
|
227
|
-
Nanoc::Int::Pattern.from('/*.*'), :default, proc {}, snapshot_name: :a
|
228
|
-
),
|
229
|
-
Nanoc::RuleDSL::Rule.new(
|
230
|
-
Nanoc::Int::Pattern.from('/*.*'), :default, proc {}, snapshot_name: :b
|
231
|
-
),
|
232
|
-
]
|
233
|
-
end
|
234
|
-
|
235
|
-
before do
|
236
|
-
rules.each do |rule|
|
237
|
-
rules_collection.add_item_routing_rule(rule)
|
238
|
-
end
|
239
|
-
end
|
240
|
-
|
241
|
-
it 'returns the first matching rule for every snapshot' do
|
242
|
-
expect(subject).to eq(
|
243
|
-
a: rules[0],
|
244
|
-
b: rules[1],
|
245
|
-
)
|
246
|
-
end
|
247
|
-
end
|
248
|
-
|
249
|
-
describe '#filter_for_layout' do
|
250
|
-
let(:layout) { Nanoc::Int::Layout.new('Some content', {}, '/foo.md') }
|
251
|
-
|
252
|
-
subject { rules_collection.filter_for_layout(layout) }
|
253
|
-
|
254
|
-
let(:mapping) { {} }
|
255
|
-
|
256
|
-
before do
|
257
|
-
mapping.each_pair do |key, value|
|
258
|
-
rules_collection.layout_filter_mapping[Nanoc::Int::Pattern.from(key)] = value
|
259
|
-
end
|
260
|
-
end
|
261
|
-
|
262
|
-
context 'no rules' do
|
263
|
-
it { is_expected.to be_nil }
|
264
|
-
end
|
265
|
-
|
266
|
-
context 'one non-matching rule' do
|
267
|
-
let(:mapping) do
|
268
|
-
{
|
269
|
-
'/default.*' => [:erb, {}],
|
270
|
-
}
|
271
|
-
end
|
272
|
-
|
273
|
-
it { is_expected.to be_nil }
|
274
|
-
end
|
275
|
-
|
276
|
-
context 'one matching rule' do
|
277
|
-
let(:mapping) do
|
278
|
-
{
|
279
|
-
'/foo.*' => [:erb, {}],
|
280
|
-
}
|
281
|
-
end
|
282
|
-
|
283
|
-
it 'is the single one' do
|
284
|
-
expect(subject).to eq([:erb, {}])
|
285
|
-
end
|
286
|
-
end
|
287
|
-
|
288
|
-
context 'multiple matching rules' do
|
289
|
-
let(:mapping) do
|
290
|
-
{
|
291
|
-
'/foo.*' => [:erb, {}],
|
292
|
-
'/*' => [:haml, {}],
|
293
|
-
}
|
294
|
-
end
|
295
|
-
|
296
|
-
it 'is the first one' do
|
297
|
-
expect(subject).to eq([:erb, {}])
|
298
|
-
end
|
299
|
-
end
|
300
|
-
end
|
301
|
-
end
|
data/spec/nanoc/spec_spec.rb
DELETED
@@ -1,70 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Spec::HelperContext do
|
4
|
-
let(:helper) do
|
5
|
-
Module.new {}
|
6
|
-
end
|
7
|
-
|
8
|
-
subject(:ctx) { described_class.new(helper) }
|
9
|
-
|
10
|
-
it 'has no items by default' do
|
11
|
-
# TODO: Add #empty? to item collection view
|
12
|
-
expect(subject.items.size).to eq(0)
|
13
|
-
end
|
14
|
-
|
15
|
-
it 'has no layouts by default' do
|
16
|
-
# TODO: Add #empty? to item collection view
|
17
|
-
expect(subject.layouts.size).to eq(0)
|
18
|
-
end
|
19
|
-
|
20
|
-
describe '#create_item' do
|
21
|
-
subject { ctx.create_item('foo', {}, '/foo.md') }
|
22
|
-
|
23
|
-
it 'creates item' do
|
24
|
-
expect { subject }
|
25
|
-
.to change { ctx.items.size }
|
26
|
-
.from(0).to(1)
|
27
|
-
end
|
28
|
-
|
29
|
-
it 'creates item without reps' do
|
30
|
-
subject
|
31
|
-
expect(ctx.items['/foo.md'].reps.size).to eq(0)
|
32
|
-
end
|
33
|
-
|
34
|
-
it 'returns self' do
|
35
|
-
expect(subject).to eq(ctx)
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
describe '#create_layout' do
|
40
|
-
subject { ctx.create_layout('foo', {}, '/foo.md') }
|
41
|
-
|
42
|
-
it 'creates layout' do
|
43
|
-
expect { subject }
|
44
|
-
.to change { ctx.layouts.size }
|
45
|
-
.from(0).to(1)
|
46
|
-
end
|
47
|
-
|
48
|
-
it 'returns self' do
|
49
|
-
expect(subject).to eq(ctx)
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
describe '#create_rep' do
|
54
|
-
before do
|
55
|
-
ctx.create_item('foo', {}, '/foo.md')
|
56
|
-
end
|
57
|
-
|
58
|
-
subject { ctx.create_rep(ctx.items['/foo.md'], '/foo.html') }
|
59
|
-
|
60
|
-
it 'creates rep' do
|
61
|
-
expect { subject }
|
62
|
-
.to change { ctx.items['/foo.md'].reps.size }
|
63
|
-
.from(0).to(1)
|
64
|
-
end
|
65
|
-
|
66
|
-
it 'returns self' do
|
67
|
-
expect(subject).to eq(ctx)
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Telemetry::Counter do
|
4
|
-
subject(:counter) { described_class.new }
|
5
|
-
|
6
|
-
it 'starts at 0' do
|
7
|
-
expect(counter.value).to eq(0)
|
8
|
-
end
|
9
|
-
|
10
|
-
describe '#increment' do
|
11
|
-
subject { counter.increment }
|
12
|
-
|
13
|
-
it 'increments' do
|
14
|
-
expect { subject }
|
15
|
-
.to change { counter.value }
|
16
|
-
.from(0)
|
17
|
-
.to(1)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
@@ -1,94 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Telemetry::LabelledCounter do
|
4
|
-
subject(:counter) { described_class.new }
|
5
|
-
|
6
|
-
describe 'new counter' do
|
7
|
-
it 'starts at 0' do
|
8
|
-
expect(subject.value(:erb)).to eq(0)
|
9
|
-
expect(subject.value(:haml)).to eq(0)
|
10
|
-
end
|
11
|
-
|
12
|
-
it 'has no values' do
|
13
|
-
expect(subject.values).to eq({})
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
describe '#increment' do
|
18
|
-
subject { counter.increment(:erb) }
|
19
|
-
|
20
|
-
it 'increments the matching value' do
|
21
|
-
expect { subject }
|
22
|
-
.to change { counter.value(:erb) }
|
23
|
-
.from(0)
|
24
|
-
.to(1)
|
25
|
-
end
|
26
|
-
|
27
|
-
it 'does not increment any other value' do
|
28
|
-
expect(counter.value(:haml)).to eq(0)
|
29
|
-
expect { subject }
|
30
|
-
.not_to change { counter.value(:haml) }
|
31
|
-
end
|
32
|
-
|
33
|
-
it 'correctly changes #values' do
|
34
|
-
expect { subject }
|
35
|
-
.to change { counter.values }
|
36
|
-
.from({})
|
37
|
-
.to(erb: 1)
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
describe '#get' do
|
42
|
-
subject { counter.get(:erb) }
|
43
|
-
|
44
|
-
context 'not incremented' do
|
45
|
-
its(:value) { is_expected.to eq(0) }
|
46
|
-
end
|
47
|
-
|
48
|
-
context 'incremented' do
|
49
|
-
before { counter.increment(:erb) }
|
50
|
-
its(:value) { is_expected.to eq(1) }
|
51
|
-
end
|
52
|
-
|
53
|
-
context 'other incremented' do
|
54
|
-
before { counter.increment(:haml) }
|
55
|
-
its(:value) { is_expected.to eq(0) }
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
describe '#empty?' do
|
60
|
-
subject { counter.empty? }
|
61
|
-
|
62
|
-
context 'not incremented' do
|
63
|
-
it { is_expected.to be }
|
64
|
-
end
|
65
|
-
|
66
|
-
context 'incremented' do
|
67
|
-
before { counter.increment(:erb) }
|
68
|
-
it { is_expected.not_to be }
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
describe '#map' do
|
73
|
-
subject { counter.map { |label, counter| [label, counter.value] } }
|
74
|
-
|
75
|
-
context 'not incremented' do
|
76
|
-
it { is_expected.to be_empty }
|
77
|
-
end
|
78
|
-
|
79
|
-
context 'incremented once' do
|
80
|
-
before { counter.increment(:erb) }
|
81
|
-
it { is_expected.to eq [[:erb, 1]] }
|
82
|
-
end
|
83
|
-
|
84
|
-
context 'both incremental multiple times' do
|
85
|
-
before do
|
86
|
-
counter.increment(:erb)
|
87
|
-
counter.increment(:erb)
|
88
|
-
counter.increment(:haml)
|
89
|
-
end
|
90
|
-
|
91
|
-
it { is_expected.to eq [[:erb, 2], [:haml, 1]] }
|
92
|
-
end
|
93
|
-
end
|
94
|
-
end
|