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,80 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::RuleDSL::ActionProviderTest < Nanoc::TestCase
|
6
|
-
def new_action_provider(site)
|
7
|
-
rules_collection = Nanoc::RuleDSL::RulesCollection.new
|
8
|
-
|
9
|
-
action_sequence_calculator =
|
10
|
-
Nanoc::RuleDSL::ActionSequenceCalculator.new(
|
11
|
-
rules_collection: rules_collection, site: site,
|
12
|
-
)
|
13
|
-
|
14
|
-
action_provider = Nanoc::RuleDSL::ActionProvider.new(
|
15
|
-
rules_collection, action_sequence_calculator
|
16
|
-
)
|
17
|
-
|
18
|
-
Nanoc::RuleDSL::RulesLoader.new(site.config, rules_collection).load
|
19
|
-
|
20
|
-
action_provider
|
21
|
-
end
|
22
|
-
|
23
|
-
def test_per_rules_file_preprocessor
|
24
|
-
# Create site
|
25
|
-
Nanoc::CLI.run %w[create_site foo]
|
26
|
-
FileUtils.cd('foo') do
|
27
|
-
# Create a bonus rules file
|
28
|
-
File.write(
|
29
|
-
'more_rules.rb',
|
30
|
-
"preprocess { @items['/index.*'][:preprocessed] = true }",
|
31
|
-
)
|
32
|
-
|
33
|
-
# Adjust normal rules file
|
34
|
-
File.write(
|
35
|
-
'Rules',
|
36
|
-
"include_rules 'more_rules'\n\npreprocess {}\n\n" + File.read('Rules'),
|
37
|
-
)
|
38
|
-
|
39
|
-
# Create site and compiler
|
40
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
41
|
-
action_provider = new_action_provider(site)
|
42
|
-
|
43
|
-
# Check that the two preprocess blocks have been added
|
44
|
-
assert_equal 2, action_provider.rules_collection.preprocessors.size
|
45
|
-
refute_nil action_provider.rules_collection.preprocessors.first
|
46
|
-
refute_nil action_provider.rules_collection.preprocessors.to_a.last
|
47
|
-
|
48
|
-
# Apply preprocess blocks
|
49
|
-
action_provider.preprocess(site)
|
50
|
-
assert site.items['/index.*'].attributes[:preprocessed]
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_per_rules_file_postprocessor
|
55
|
-
# Create site
|
56
|
-
Nanoc::CLI.run %w[create_site foo]
|
57
|
-
FileUtils.cd('foo') do
|
58
|
-
# Create a bonus rules file
|
59
|
-
File.write(
|
60
|
-
'more_rules.rb',
|
61
|
-
'postprocess {}',
|
62
|
-
)
|
63
|
-
|
64
|
-
# Adjust normal rules file
|
65
|
-
File.write(
|
66
|
-
'Rules',
|
67
|
-
"include_rules 'more_rules'\n\npostprocess {}\n\n" + File.read('Rules'),
|
68
|
-
)
|
69
|
-
|
70
|
-
# Create site and compiler
|
71
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
72
|
-
action_provider = new_action_provider(site)
|
73
|
-
|
74
|
-
# Check that the two postprocess blocks have been added
|
75
|
-
assert_equal 2, action_provider.rules_collection.postprocessors.size
|
76
|
-
refute_nil action_provider.rules_collection.postprocessors.first
|
77
|
-
refute_nil action_provider.rules_collection.postprocessors.to_a.last
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
@@ -1,448 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::RuleDSL::CompilerDSLTest < Nanoc::TestCase
|
6
|
-
def test_compile
|
7
|
-
# TODO: implement
|
8
|
-
end
|
9
|
-
|
10
|
-
def test_route
|
11
|
-
# TODO: implement
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_layout
|
15
|
-
# TODO: implement
|
16
|
-
end
|
17
|
-
|
18
|
-
def test_preprocess_twice
|
19
|
-
rules_collection = Nanoc::RuleDSL::RulesCollection.new
|
20
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(rules_collection, {})
|
21
|
-
|
22
|
-
# first time
|
23
|
-
io = capturing_stdio do
|
24
|
-
compiler_dsl.preprocess {}
|
25
|
-
end
|
26
|
-
assert_empty io[:stdout]
|
27
|
-
assert_empty io[:stderr]
|
28
|
-
|
29
|
-
# second time
|
30
|
-
io = capturing_stdio do
|
31
|
-
compiler_dsl.preprocess {}
|
32
|
-
end
|
33
|
-
assert_empty io[:stdout]
|
34
|
-
assert_match(/WARNING: A preprocess block is already defined./, io[:stderr])
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_postprocess_twice
|
38
|
-
rules_collection = Nanoc::RuleDSL::RulesCollection.new
|
39
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(rules_collection, {})
|
40
|
-
|
41
|
-
# first time
|
42
|
-
io = capturing_stdio do
|
43
|
-
compiler_dsl.postprocess {}
|
44
|
-
end
|
45
|
-
assert_empty io[:stdout]
|
46
|
-
assert_empty io[:stderr]
|
47
|
-
|
48
|
-
# second time
|
49
|
-
io = capturing_stdio do
|
50
|
-
compiler_dsl.postprocess {}
|
51
|
-
end
|
52
|
-
assert_empty io[:stdout]
|
53
|
-
assert_match(/WARNING: A postprocess block is already defined./, io[:stderr])
|
54
|
-
end
|
55
|
-
|
56
|
-
def test_postprocessor_modified_method
|
57
|
-
with_site do |_site|
|
58
|
-
# Create rules
|
59
|
-
File.open('Rules', 'w') do |io|
|
60
|
-
io.write <<~EOS
|
61
|
-
compile '*' do
|
62
|
-
end
|
63
|
-
route '*' do
|
64
|
-
end
|
65
|
-
postprocess do
|
66
|
-
puts @items.select(&:modified).length
|
67
|
-
end
|
68
|
-
EOS
|
69
|
-
end
|
70
|
-
|
71
|
-
File.open('content/index.html', 'w') { |io| io.write('o hello') }
|
72
|
-
|
73
|
-
io = capturing_stdio do
|
74
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
75
|
-
site.compile
|
76
|
-
end
|
77
|
-
|
78
|
-
assert_match(/1/, io[:stdout])
|
79
|
-
end
|
80
|
-
end
|
81
|
-
|
82
|
-
def test_include_rules
|
83
|
-
with_site(legacy: false) do |_site|
|
84
|
-
# Create a bonus rules file
|
85
|
-
File.write(
|
86
|
-
'more_rules.rb',
|
87
|
-
"passthrough '/index.*'",
|
88
|
-
)
|
89
|
-
|
90
|
-
# Adjust normal rules file
|
91
|
-
File.write(
|
92
|
-
'Rules',
|
93
|
-
"include_rules 'more_rules'\n\n" \
|
94
|
-
"route '/**/*' do ; nil ; end\n\n" \
|
95
|
-
"compile '/**/*' do ; end\n",
|
96
|
-
)
|
97
|
-
|
98
|
-
# Create items
|
99
|
-
File.write('content/index.html', 'hello!')
|
100
|
-
|
101
|
-
# Compile
|
102
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
103
|
-
site.compile
|
104
|
-
|
105
|
-
# Check
|
106
|
-
assert File.file?('output/index.html')
|
107
|
-
end
|
108
|
-
end
|
109
|
-
|
110
|
-
def test_passthrough
|
111
|
-
with_site do
|
112
|
-
# Create rules
|
113
|
-
File.open('Rules', 'w') do |io|
|
114
|
-
io.write <<~EOS
|
115
|
-
passthrough "/robots/"
|
116
|
-
|
117
|
-
compile '*' do ; end
|
118
|
-
route '*' do ; item.identifier.chop + '-xyz' + item[:extension] ; end
|
119
|
-
EOS
|
120
|
-
end
|
121
|
-
|
122
|
-
# Create items
|
123
|
-
assert Dir['content/*'].empty?
|
124
|
-
File.open('content/robots.txt', 'w') do |io|
|
125
|
-
io.write 'Hello I am robots'
|
126
|
-
end
|
127
|
-
|
128
|
-
# Compile
|
129
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
130
|
-
site.compile
|
131
|
-
|
132
|
-
# Check paths
|
133
|
-
assert_equal ['output/robots.txt'], Dir['output/*']
|
134
|
-
end
|
135
|
-
end
|
136
|
-
|
137
|
-
def test_passthrough_no_ext
|
138
|
-
with_site do
|
139
|
-
# Create rules
|
140
|
-
File.open('Rules', 'w') do |io|
|
141
|
-
io.write <<~EOS
|
142
|
-
passthrough "/foo/"
|
143
|
-
EOS
|
144
|
-
end
|
145
|
-
|
146
|
-
# Create items
|
147
|
-
assert Dir['content/*'].empty?
|
148
|
-
File.open('content/foo', 'w') do |io|
|
149
|
-
io.write 'Hello I am foo'
|
150
|
-
end
|
151
|
-
|
152
|
-
# Compile
|
153
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
154
|
-
site.compile
|
155
|
-
|
156
|
-
# Check paths
|
157
|
-
assert_equal ['output/foo'], Dir['output/*']
|
158
|
-
end
|
159
|
-
end
|
160
|
-
|
161
|
-
def test_passthrough_priority
|
162
|
-
with_site do
|
163
|
-
# Create rules
|
164
|
-
File.open('Rules', 'w') do |io|
|
165
|
-
io.write <<~EOS
|
166
|
-
compile '*' do
|
167
|
-
filter :erb
|
168
|
-
end
|
169
|
-
|
170
|
-
route '*' do
|
171
|
-
item.identifier + 'index.html'
|
172
|
-
end
|
173
|
-
|
174
|
-
passthrough "/foo/"
|
175
|
-
EOS
|
176
|
-
end
|
177
|
-
|
178
|
-
# Create items
|
179
|
-
assert Dir['content/*'].empty?
|
180
|
-
File.open('content/foo.txt', 'w') do |io|
|
181
|
-
io.write "Hello I am <%= 'foo' %>"
|
182
|
-
end
|
183
|
-
|
184
|
-
# Compile
|
185
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
186
|
-
site.compile
|
187
|
-
|
188
|
-
# Check paths
|
189
|
-
assert_equal ['output/foo'], Dir['output/*']
|
190
|
-
assert_equal ['output/foo/index.html'], Dir['output/foo/*']
|
191
|
-
end
|
192
|
-
end
|
193
|
-
|
194
|
-
def test_passthrough_with_full_identifiers
|
195
|
-
with_site do
|
196
|
-
File.open('nanoc.yaml', 'w') do |io|
|
197
|
-
io << 'string_pattern_type: legacy' << "\n"
|
198
|
-
io << 'data_sources:' << "\n"
|
199
|
-
io << ' -' << "\n"
|
200
|
-
io << ' type: filesystem' << "\n"
|
201
|
-
io << ' identifier_type: full' << "\n"
|
202
|
-
end
|
203
|
-
|
204
|
-
# Create rules
|
205
|
-
File.open('Rules', 'w') do |io|
|
206
|
-
io << 'passthrough \'*\''
|
207
|
-
end
|
208
|
-
|
209
|
-
# Create items
|
210
|
-
assert Dir['content/*'].empty?
|
211
|
-
File.open('content/robots.txt', 'w') do |io|
|
212
|
-
io.write 'Hello I am robots'
|
213
|
-
end
|
214
|
-
|
215
|
-
# Compile
|
216
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
217
|
-
site.compile
|
218
|
-
|
219
|
-
# Check paths
|
220
|
-
assert_equal ['output/robots.txt'], Dir['output/*']
|
221
|
-
end
|
222
|
-
end
|
223
|
-
|
224
|
-
def test_ignore
|
225
|
-
with_site do
|
226
|
-
# Create rules
|
227
|
-
File.open('Rules', 'w') do |io|
|
228
|
-
io.write <<~EOS
|
229
|
-
ignore '/lame/'
|
230
|
-
|
231
|
-
passthrough '*'
|
232
|
-
EOS
|
233
|
-
end
|
234
|
-
|
235
|
-
# Create items
|
236
|
-
assert Dir['content/*'].empty?
|
237
|
-
File.open('content/lame.txt', 'w') do |io|
|
238
|
-
io.write 'Hello I am lame'
|
239
|
-
end
|
240
|
-
|
241
|
-
File.open('content/notlame.txt', 'w') do |io|
|
242
|
-
io.write 'Hello I am not lame'
|
243
|
-
end
|
244
|
-
|
245
|
-
# Compile
|
246
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
247
|
-
site.compile
|
248
|
-
|
249
|
-
# Check paths
|
250
|
-
assert_equal ['output/notlame.txt'], Dir['output/*']
|
251
|
-
end
|
252
|
-
end
|
253
|
-
|
254
|
-
def test_ignore_priority
|
255
|
-
with_site do
|
256
|
-
# Create rules
|
257
|
-
File.open('Rules', 'w') do |io|
|
258
|
-
io.write <<~EOS
|
259
|
-
compile '*' do
|
260
|
-
filter :erb
|
261
|
-
end
|
262
|
-
|
263
|
-
route '*' do
|
264
|
-
item.identifier + 'index.html'
|
265
|
-
end
|
266
|
-
|
267
|
-
ignore "/foo/"
|
268
|
-
EOS
|
269
|
-
end
|
270
|
-
|
271
|
-
# Create items
|
272
|
-
assert Dir['content/*'].empty?
|
273
|
-
File.open('content/foo.txt', 'w') do |io|
|
274
|
-
io.write "Hello I am <%= 'foo' %>"
|
275
|
-
end
|
276
|
-
|
277
|
-
# Compile
|
278
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
279
|
-
site.compile
|
280
|
-
|
281
|
-
# Check paths
|
282
|
-
assert_equal ['output/foo'], Dir['output/*']
|
283
|
-
assert_equal ['output/foo/index.html'], Dir['output/foo/*']
|
284
|
-
end
|
285
|
-
end
|
286
|
-
|
287
|
-
def test_create_pattern_with_string_with_no_config
|
288
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
289
|
-
|
290
|
-
err = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
|
291
|
-
compiler_dsl.create_pattern('/foo/*')
|
292
|
-
end
|
293
|
-
assert_equal 'Invalid string_pattern_type: ', err.message
|
294
|
-
end
|
295
|
-
|
296
|
-
def test_create_pattern_with_string_with_glob_string_pattern_type
|
297
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, string_pattern_type: 'glob')
|
298
|
-
|
299
|
-
pattern = compiler_dsl.create_pattern('/foo/*')
|
300
|
-
assert pattern.match?('/foo/aaaa')
|
301
|
-
refute pattern.match?('/foo/aaaa/')
|
302
|
-
refute pattern.match?('/foo/a/a/a/a')
|
303
|
-
end
|
304
|
-
|
305
|
-
def test_create_pattern_with_regex
|
306
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, string_pattern_type: 'glob')
|
307
|
-
|
308
|
-
pattern = compiler_dsl.create_pattern(%r{\A/foo/a*/})
|
309
|
-
assert pattern.match?('/foo/aaaa/')
|
310
|
-
end
|
311
|
-
|
312
|
-
def test_create_pattern_with_string_with_unknown_string_pattern_type
|
313
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, string_pattern_type: 'donkey')
|
314
|
-
|
315
|
-
err = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
|
316
|
-
compiler_dsl.create_pattern('/foo/*')
|
317
|
-
end
|
318
|
-
assert_equal 'Invalid string_pattern_type: donkey', err.message
|
319
|
-
end
|
320
|
-
|
321
|
-
def test_identifier_to_regex_without_wildcards
|
322
|
-
# Create compiler DSL
|
323
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
324
|
-
|
325
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('foo') }
|
326
|
-
expected = %r{^/foo/?$}
|
327
|
-
|
328
|
-
assert_equal(expected.to_s, actual.to_s)
|
329
|
-
assert_equal(expected.source, actual.source)
|
330
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
331
|
-
assert_equal(expected.options, actual.options)
|
332
|
-
end
|
333
|
-
|
334
|
-
def test_identifier_to_regex_with_one_wildcard
|
335
|
-
# Create compiler DSL
|
336
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
337
|
-
|
338
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('foo/*/bar') }
|
339
|
-
expected = %r{^/foo/(.*?)/bar/?$}
|
340
|
-
|
341
|
-
assert_equal(expected.to_s, actual.to_s)
|
342
|
-
assert_equal(expected.source, actual.source)
|
343
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
344
|
-
assert_equal(expected.options, actual.options)
|
345
|
-
end
|
346
|
-
|
347
|
-
def test_identifier_to_regex_with_two_wildcards
|
348
|
-
# Create compiler DSL
|
349
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
350
|
-
|
351
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('foo/*/bar/*/qux') }
|
352
|
-
expected = %r{^/foo/(.*?)/bar/(.*?)/qux/?$}
|
353
|
-
|
354
|
-
assert_equal(expected.to_s, actual.to_s)
|
355
|
-
assert_equal(expected.source, actual.source)
|
356
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
357
|
-
assert_equal(expected.options, actual.options)
|
358
|
-
end
|
359
|
-
|
360
|
-
def test_identifier_to_regex_with_just_one_wildcard
|
361
|
-
# Create compiler DSL
|
362
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
363
|
-
|
364
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('*') }
|
365
|
-
expected = %r{^/(.*?)$}
|
366
|
-
|
367
|
-
assert_equal(expected.to_s, actual.to_s)
|
368
|
-
assert_equal(expected.source, actual.source)
|
369
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
370
|
-
assert_equal(expected.options, actual.options)
|
371
|
-
end
|
372
|
-
|
373
|
-
def test_identifier_to_regex_with_root
|
374
|
-
# Create compiler DSL
|
375
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
376
|
-
|
377
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('/') }
|
378
|
-
expected = %r{^/$}
|
379
|
-
|
380
|
-
assert_equal(expected.to_s, actual.to_s)
|
381
|
-
assert_equal(expected.source, actual.source)
|
382
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
383
|
-
assert_equal(expected.options, actual.options)
|
384
|
-
end
|
385
|
-
|
386
|
-
def test_identifier_to_regex_with_only_children
|
387
|
-
# Create compiler DSL
|
388
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
389
|
-
|
390
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('/foo/*/') }
|
391
|
-
expected = %r{^/foo/(.*?)/$}
|
392
|
-
|
393
|
-
assert_equal(expected.to_s, actual.to_s)
|
394
|
-
assert_equal(expected.source, actual.source)
|
395
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
396
|
-
assert_equal(expected.options, actual.options)
|
397
|
-
end
|
398
|
-
|
399
|
-
def test_identifier_to_regex_with_plus_wildcard
|
400
|
-
# Create compiler DSL
|
401
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
402
|
-
|
403
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('/foo/+') }
|
404
|
-
expected = %r{^/foo/(.+?)/?$}
|
405
|
-
|
406
|
-
assert_equal(expected.to_s, actual.to_s)
|
407
|
-
assert_equal(expected.source, actual.source)
|
408
|
-
assert_equal(expected.casefold?, actual.casefold?)
|
409
|
-
assert_equal(expected.options, actual.options)
|
410
|
-
assert('/foo/bar/' =~ actual)
|
411
|
-
refute('/foo/' =~ actual)
|
412
|
-
end
|
413
|
-
|
414
|
-
def test_identifier_to_regex_with_full_identifier
|
415
|
-
# Create compiler DSL
|
416
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
417
|
-
|
418
|
-
actual = compiler_dsl.instance_eval { identifier_to_regex('/favicon.ico') }
|
419
|
-
expected = %r{^/favicon\.ico/?$}
|
420
|
-
|
421
|
-
assert_equal(expected.to_s, actual.to_s)
|
422
|
-
|
423
|
-
assert('/favicon.ico' =~ actual)
|
424
|
-
assert('/favicon.ico/' =~ actual)
|
425
|
-
refute('/faviconxico' =~ actual)
|
426
|
-
end
|
427
|
-
|
428
|
-
def test_dsl_has_no_access_to_compiler
|
429
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, {})
|
430
|
-
assert_raises(NameError) do
|
431
|
-
compiler_dsl.instance_eval { compiler }
|
432
|
-
end
|
433
|
-
end
|
434
|
-
|
435
|
-
def test_config
|
436
|
-
$venetian = 'unsnares'
|
437
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, venetian: 'snares')
|
438
|
-
compiler_dsl.instance_eval { $venetian = @config[:venetian] }
|
439
|
-
assert_equal 'snares', $venetian
|
440
|
-
end
|
441
|
-
|
442
|
-
def test_config_without_sigil
|
443
|
-
$venetian = 'unsnares'
|
444
|
-
compiler_dsl = Nanoc::RuleDSL::CompilerDSL.new(nil, venetian: 'snares')
|
445
|
-
compiler_dsl.instance_eval { $venetian = config[:venetian] }
|
446
|
-
assert_equal 'snares', $venetian
|
447
|
-
end
|
448
|
-
end
|