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
data/test/base/test_site.rb
DELETED
@@ -1,146 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Int::SiteTest < Nanoc::TestCase
|
6
|
-
def test_initialize_with_dir_without_config_yaml
|
7
|
-
assert_raises(Nanoc::Int::ConfigLoader::NoConfigFileFoundError) do
|
8
|
-
Nanoc::Int::SiteLoader.new.new_from_cwd
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
def test_initialize_with_dir_with_config_yaml
|
13
|
-
File.open('config.yaml', 'w') { |io| io.write('output_dir: public_html') }
|
14
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
15
|
-
assert_equal 'public_html', site.config[:output_dir]
|
16
|
-
end
|
17
|
-
|
18
|
-
def test_initialize_with_dir_with_nanoc_yaml
|
19
|
-
File.open('nanoc.yaml', 'w') { |io| io.write('output_dir: public_html') }
|
20
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
21
|
-
assert_equal 'public_html', site.config[:output_dir]
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_initialize_with_config_hash
|
25
|
-
site = Nanoc::Int::SiteLoader.new.new_with_config(foo: 'bar')
|
26
|
-
assert_equal 'bar', site.config[:foo]
|
27
|
-
end
|
28
|
-
|
29
|
-
def test_initialize_with_incomplete_data_source_config
|
30
|
-
site = Nanoc::Int::SiteLoader.new.new_with_config(data_sources: [{ items_root: '/bar/' }])
|
31
|
-
assert_equal('filesystem', site.config[:data_sources][0][:type])
|
32
|
-
assert_equal('/bar/', site.config[:data_sources][0][:items_root])
|
33
|
-
assert_equal('/', site.config[:data_sources][0][:layouts_root])
|
34
|
-
assert_equal({}, site.config[:data_sources][0][:config])
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_initialize_with_existing_parent_config_file
|
38
|
-
File.open('nanoc.yaml', 'w') do |io|
|
39
|
-
io.write <<~EOF
|
40
|
-
output_dir: public_html
|
41
|
-
parent_config_file: foo/foo.yaml
|
42
|
-
EOF
|
43
|
-
end
|
44
|
-
FileUtils.mkdir_p('foo')
|
45
|
-
FileUtils.cd('foo') do
|
46
|
-
File.open('foo.yaml', 'w') do |io|
|
47
|
-
io.write <<~EOF
|
48
|
-
parent_config_file: ../bar/bar.yaml
|
49
|
-
EOF
|
50
|
-
end
|
51
|
-
end
|
52
|
-
FileUtils.mkdir_p('bar')
|
53
|
-
FileUtils.cd('bar') do
|
54
|
-
File.open('bar.yaml', 'w') do |io|
|
55
|
-
io.write <<~EOF
|
56
|
-
enable_output_diff: true
|
57
|
-
foo: bar
|
58
|
-
output_dir: output
|
59
|
-
EOF
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
64
|
-
assert_nil site.config[:parent_config_file]
|
65
|
-
assert site.config[:enable_output_diff]
|
66
|
-
assert_equal 'bar', site.config[:foo]
|
67
|
-
assert_equal 'public_html', site.config[:output_dir]
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_initialize_with_missing_parent_config_file
|
71
|
-
File.open('nanoc.yaml', 'w') do |io|
|
72
|
-
io.write <<~EOF
|
73
|
-
parent_config_file: foo/foo.yaml
|
74
|
-
EOF
|
75
|
-
end
|
76
|
-
|
77
|
-
assert_raises(Nanoc::Int::ConfigLoader::NoParentConfigFileFoundError) do
|
78
|
-
Nanoc::Int::SiteLoader.new.new_from_cwd
|
79
|
-
end
|
80
|
-
end
|
81
|
-
|
82
|
-
def test_initialize_with_parent_config_file_cycle
|
83
|
-
File.open('nanoc.yaml', 'w') do |io|
|
84
|
-
io.write <<~EOF
|
85
|
-
parent_config_file: foo/foo.yaml
|
86
|
-
EOF
|
87
|
-
end
|
88
|
-
FileUtils.mkdir_p('foo')
|
89
|
-
FileUtils.cd('foo') do
|
90
|
-
File.open('foo.yaml', 'w') do |io|
|
91
|
-
io.write <<~EOF
|
92
|
-
parent_config_file: ../nanoc.yaml
|
93
|
-
EOF
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
assert_raises(Nanoc::Int::ConfigLoader::CyclicalConfigFileError) do
|
98
|
-
Nanoc::Int::SiteLoader.new.new_from_cwd
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
def test_identifier_classes
|
103
|
-
Nanoc::CLI.run %w[create_site bar]
|
104
|
-
FileUtils.cd('bar') do
|
105
|
-
FileUtils.mkdir_p('content')
|
106
|
-
FileUtils.mkdir_p('layouts')
|
107
|
-
|
108
|
-
File.open('content/foo_bar.md', 'w') { |io| io << 'asdf' }
|
109
|
-
File.open('layouts/detail.erb', 'w') { |io| io << 'asdf' }
|
110
|
-
|
111
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
112
|
-
|
113
|
-
site.items.each do |item|
|
114
|
-
assert_equal Nanoc::Identifier, item.identifier.class
|
115
|
-
end
|
116
|
-
|
117
|
-
site.layouts.each do |layout|
|
118
|
-
assert_equal Nanoc::Identifier, layout.identifier.class
|
119
|
-
end
|
120
|
-
end
|
121
|
-
end
|
122
|
-
|
123
|
-
def test_multiple_items_with_same_identifier
|
124
|
-
with_site do
|
125
|
-
File.open('content/sam.html', 'w') { |io| io.write('I am Sam!') }
|
126
|
-
FileUtils.mkdir_p('content/sam')
|
127
|
-
File.open('content/sam/index.html', 'w') { |io| io.write('I am Sam, too!') }
|
128
|
-
|
129
|
-
assert_raises(Nanoc::Int::Errors::DuplicateIdentifier) do
|
130
|
-
Nanoc::Int::SiteLoader.new.new_from_cwd
|
131
|
-
end
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
def test_multiple_layouts_with_same_identifier
|
136
|
-
with_site do
|
137
|
-
File.open('layouts/sam.html', 'w') { |io| io.write('I am Sam!') }
|
138
|
-
FileUtils.mkdir_p('layouts/sam')
|
139
|
-
File.open('layouts/sam/index.html', 'w') { |io| io.write('I am Sam, too!') }
|
140
|
-
|
141
|
-
assert_raises(Nanoc::Int::Errors::DuplicateIdentifier) do
|
142
|
-
Nanoc::Int::SiteLoader.new.new_from_cwd
|
143
|
-
end
|
144
|
-
end
|
145
|
-
end
|
146
|
-
end
|
@@ -1,66 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Checking::Checks::CSSTest < Nanoc::TestCase
|
6
|
-
def test_run_ok
|
7
|
-
VCR.use_cassette('css_run_ok') do
|
8
|
-
with_site do |site|
|
9
|
-
# Create files
|
10
|
-
FileUtils.mkdir_p('output')
|
11
|
-
File.open('output/blah.html', 'w') { |io| io.write('<h1>Hi!</h1>') }
|
12
|
-
File.open('output/style.css', 'w') { |io| io.write('h1 { color: red; }') }
|
13
|
-
|
14
|
-
# Run check
|
15
|
-
check = Nanoc::Checking::Checks::CSS.create(site)
|
16
|
-
check.run
|
17
|
-
|
18
|
-
# Check
|
19
|
-
assert check.issues.empty?
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_run_error
|
25
|
-
VCR.use_cassette('css_run_error') do
|
26
|
-
with_site do |site|
|
27
|
-
# Create files
|
28
|
-
FileUtils.mkdir_p('output')
|
29
|
-
File.open('output/blah.html', 'w') { |io| io.write('<h1>Hi!</h1>') }
|
30
|
-
File.open('output/style.css', 'w') { |io| io.write('h1 { coxlor: rxed; }') }
|
31
|
-
|
32
|
-
# Run check
|
33
|
-
check = Nanoc::Checking::Checks::CSS.create(site)
|
34
|
-
check.run
|
35
|
-
|
36
|
-
# Check
|
37
|
-
refute check.issues.empty?
|
38
|
-
assert_equal 1, check.issues.size
|
39
|
-
assert_equal(
|
40
|
-
'line 1: Property coxlor doesn\'t exist: h1 { coxlor: rxed; }',
|
41
|
-
check.issues.to_a[0].description,
|
42
|
-
)
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
def test_run_parse_error
|
48
|
-
VCR.use_cassette('css_run_parse_error') do
|
49
|
-
with_site do |site|
|
50
|
-
# Create files
|
51
|
-
FileUtils.mkdir_p('output')
|
52
|
-
File.open('output/blah.html', 'w') { |io| io.write('<h1>Hi!</h1>') }
|
53
|
-
File.open('output/style.css', 'w') { |io| io.write('h1 { ; {') }
|
54
|
-
|
55
|
-
# Run check
|
56
|
-
check = Nanoc::Checking::Checks::CSS.create(site)
|
57
|
-
check.run
|
58
|
-
|
59
|
-
# Check
|
60
|
-
refute check.issues.empty?
|
61
|
-
assert_equal 1, check.issues.size
|
62
|
-
assert_equal 'line 1: Parse Error: h1 { ; {', check.issues.to_a[0].description
|
63
|
-
end
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
@@ -1,88 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Checking::Checks::ExternalLinksTest < Nanoc::TestCase
|
6
|
-
def test_run
|
7
|
-
with_site do |site|
|
8
|
-
# Create files
|
9
|
-
FileUtils.mkdir_p('output')
|
10
|
-
File.open('output/foo.txt', 'w') { |io| io.write('<a href="http://example.com/404">broken</a>') }
|
11
|
-
File.open('output/bar.html', 'w') { |io| io.write('<a href="http://example.com/">not broken</a>') }
|
12
|
-
|
13
|
-
# Create check
|
14
|
-
check = Nanoc::Checking::Checks::ExternalLinks.create(site)
|
15
|
-
def check.request_url_once(url)
|
16
|
-
Net::HTTPResponse.new('1.1', url.path == '/' ? '200' : '404', 'okay')
|
17
|
-
end
|
18
|
-
check.run
|
19
|
-
|
20
|
-
# Test
|
21
|
-
assert check.issues.empty?
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_valid_by_path
|
26
|
-
with_site do |site|
|
27
|
-
# Create check
|
28
|
-
check = Nanoc::Checking::Checks::ExternalLinks.create(site)
|
29
|
-
def check.request_url_once(url)
|
30
|
-
Net::HTTPResponse.new('1.1', url.path == '/200' ? '200' : '404', 'okay')
|
31
|
-
end
|
32
|
-
|
33
|
-
# Test
|
34
|
-
assert_nil check.validate('http://127.0.0.1:9204/200')
|
35
|
-
assert_nil check.validate('foo://example.com/')
|
36
|
-
refute_nil check.validate('http://127.0.0.1:9204">')
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
def test_valid_by_query
|
41
|
-
with_site do |site|
|
42
|
-
# Create check
|
43
|
-
check = Nanoc::Checking::Checks::ExternalLinks.create(site)
|
44
|
-
def check.request_url_once(url)
|
45
|
-
Net::HTTPResponse.new('1.1', url.query == 'status=200' ? '200' : '404', 'okay')
|
46
|
-
end
|
47
|
-
|
48
|
-
# Test
|
49
|
-
assert_nil check.validate('http://example.com/?status=200')
|
50
|
-
refute_nil check.validate('http://example.com/?status=404')
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_path_for_url
|
55
|
-
with_site do |site|
|
56
|
-
check = Nanoc::Checking::Checks::ExternalLinks.create(site)
|
57
|
-
|
58
|
-
assert_equal '/', check.send(:path_for_url, URI.parse('http://example.com'))
|
59
|
-
assert_equal '/', check.send(:path_for_url, URI.parse('http://example.com/'))
|
60
|
-
assert_equal '/?foo=bar', check.send(:path_for_url, URI.parse('http://example.com?foo=bar'))
|
61
|
-
assert_equal '/?foo=bar', check.send(:path_for_url, URI.parse('http://example.com/?foo=bar'))
|
62
|
-
assert_equal '/meow?foo=bar', check.send(:path_for_url, URI.parse('http://example.com/meow?foo=bar'))
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
def test_excluded
|
67
|
-
with_site do |site|
|
68
|
-
site.config.update(checks: { external_links: { exclude: ['^http://excluded.com$'] } })
|
69
|
-
|
70
|
-
check = Nanoc::Checking::Checks::ExternalLinks.create(site)
|
71
|
-
|
72
|
-
assert check.send(:excluded?, 'http://excluded.com')
|
73
|
-
refute check.send(:excluded?, 'http://excluded.com/notexcluded')
|
74
|
-
refute check.send(:excluded?, 'http://notexcluded.com')
|
75
|
-
end
|
76
|
-
end
|
77
|
-
|
78
|
-
def test_excluded_file
|
79
|
-
with_site do |site|
|
80
|
-
site.config.update(checks: { external_links: { exclude_files: ['blog/page'] } })
|
81
|
-
|
82
|
-
check = Nanoc::Checking::Checks::ExternalLinks.create(site)
|
83
|
-
|
84
|
-
assert check.send(:excluded_file?, 'output/blog/page1/index.html')
|
85
|
-
refute check.send(:excluded_file?, 'output/blog/pag1/index.html')
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
@@ -1,47 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Checking::Checks::HTMLTest < Nanoc::TestCase
|
6
|
-
def test_run_ok
|
7
|
-
require 'w3c_validators'
|
8
|
-
|
9
|
-
VCR.use_cassette('html_run_ok') do
|
10
|
-
with_site do |site|
|
11
|
-
# Create files
|
12
|
-
FileUtils.mkdir_p('output')
|
13
|
-
File.open('output/blah.html', 'w') { |io| io.write('<!DOCTYPE html><html><head><meta charset="utf-8"><title>Hello</title></head><body><h1>Hi!</h1></body>') }
|
14
|
-
File.open('output/style.css', 'w') { |io| io.write('h1 { coxlor: rxed; }') }
|
15
|
-
|
16
|
-
# Run check
|
17
|
-
check = Nanoc::Checking::Checks::HTML.create(site)
|
18
|
-
check.run
|
19
|
-
|
20
|
-
# Check
|
21
|
-
assert check.issues.empty?
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
def test_run_error
|
27
|
-
VCR.use_cassette('html_run_error') do
|
28
|
-
with_site do |site|
|
29
|
-
# Create files
|
30
|
-
FileUtils.mkdir_p('output')
|
31
|
-
File.open('output/blah.html', 'w') { |io| io.write('<h2>Hi!</h1>') }
|
32
|
-
File.open('output/style.css', 'w') { |io| io.write('h1 { coxlor: rxed; }') }
|
33
|
-
|
34
|
-
# Run check
|
35
|
-
check = Nanoc::Checking::Checks::HTML.create(site)
|
36
|
-
check.run
|
37
|
-
|
38
|
-
# Check
|
39
|
-
refute check.issues.empty?
|
40
|
-
assert_equal 3, check.issues.size
|
41
|
-
assert_equal 'line 1: Start tag seen without seeing a doctype first. Expected e.g. “<!DOCTYPE html>”.: <h2>Hi!</h1>', check.issues.to_a[0].description
|
42
|
-
assert_equal 'line 1: Element “head” is missing a required instance of child element “title”.: <h2>Hi!</h1>', check.issues.to_a[1].description
|
43
|
-
assert_equal 'line 1: End tag “h1” seen, but there were open elements.: <h2>Hi!</h1>', check.issues.to_a[2].description
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
@@ -1,118 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Checking::Checks::InternalLinksTest < Nanoc::TestCase
|
6
|
-
def test_run
|
7
|
-
with_site do |site|
|
8
|
-
# Create files
|
9
|
-
FileUtils.mkdir_p('output')
|
10
|
-
FileUtils.mkdir_p('output/stuff')
|
11
|
-
File.open('output/foo.txt', 'w') { |io| io.write('<a href="/broken">broken</a>') }
|
12
|
-
File.open('output/bar.html', 'w') { |io| io.write('<a href="/foo.txt">not broken</a>') }
|
13
|
-
|
14
|
-
# Create check
|
15
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
16
|
-
check.run
|
17
|
-
|
18
|
-
# Test
|
19
|
-
assert check.issues.empty?
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
def test_resource_uris
|
24
|
-
with_site do |site|
|
25
|
-
# Create files
|
26
|
-
FileUtils.mkdir_p('output')
|
27
|
-
File.open('output/bar.html', 'w') { |io| io.write('<link rel="stylesheet" href="/styledinges.css">') }
|
28
|
-
|
29
|
-
# Create check
|
30
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
31
|
-
check.run
|
32
|
-
|
33
|
-
# Test
|
34
|
-
assert check.issues.size == 1
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
def test_valid?
|
39
|
-
with_site do |site|
|
40
|
-
# Create files
|
41
|
-
FileUtils.mkdir_p('output')
|
42
|
-
FileUtils.mkdir_p('output/stuff')
|
43
|
-
File.open('output/origin', 'w') { |io| io.write('hi') }
|
44
|
-
File.open('output/foo', 'w') { |io| io.write('hi') }
|
45
|
-
File.open('output/stuff/blah', 'w') { |io| io.write('hi') }
|
46
|
-
|
47
|
-
# Create check
|
48
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
49
|
-
|
50
|
-
# Test
|
51
|
-
assert check.send(:valid?, 'foo', 'output/origin')
|
52
|
-
assert check.send(:valid?, 'origin', 'output/origin')
|
53
|
-
assert check.send(:valid?, 'stuff/blah', 'output/origin')
|
54
|
-
assert check.send(:valid?, '/foo', 'output/origin')
|
55
|
-
assert check.send(:valid?, '/origin', 'output/origin')
|
56
|
-
assert check.send(:valid?, '/stuff/blah', 'output/origin')
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
def test_remove_query_string
|
61
|
-
with_site do |site|
|
62
|
-
FileUtils.mkdir_p('output/stuff')
|
63
|
-
File.open('output/stuff/right', 'w') { |io| io.write('hi') }
|
64
|
-
|
65
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
66
|
-
|
67
|
-
assert check.send(:valid?, 'stuff/right?foo=123', 'output/origin')
|
68
|
-
refute check.send(:valid?, 'stuff/wrong?foo=123', 'output/origin')
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
def test_exclude
|
73
|
-
with_site do |site|
|
74
|
-
site.config.update(checks: { internal_links: { exclude: ['^/excluded\d+'] } })
|
75
|
-
|
76
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
77
|
-
|
78
|
-
assert check.send(:valid?, '/excluded1', 'output/origin')
|
79
|
-
assert check.send(:valid?, '/excluded2', 'output/origin')
|
80
|
-
assert !check.send(:valid?, '/excluded_not', 'output/origin')
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
def test_exclude_targets
|
85
|
-
with_site do |site|
|
86
|
-
site.config.update(checks: { internal_links: { exclude_targets: ['^/excluded\d+'] } })
|
87
|
-
|
88
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
89
|
-
|
90
|
-
assert check.send(:valid?, '/excluded1', 'output/origin')
|
91
|
-
assert check.send(:valid?, '/excluded2', 'output/origin')
|
92
|
-
assert !check.send(:valid?, '/excluded_not', 'output/origin')
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
def test_exclude_origins
|
97
|
-
with_site do |site|
|
98
|
-
site.config.update(checks: { internal_links: { exclude_origins: ['^/excluded'] } })
|
99
|
-
|
100
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
101
|
-
|
102
|
-
assert check.send(:valid?, '/foo', 'output/excluded')
|
103
|
-
assert !check.send(:valid?, '/foo', 'output/not_excluded')
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
def test_unescape_url
|
108
|
-
with_site do |site|
|
109
|
-
FileUtils.mkdir_p('output/stuff')
|
110
|
-
File.open('output/stuff/right foo', 'w') { |io| io.write('hi') }
|
111
|
-
|
112
|
-
check = Nanoc::Checking::Checks::InternalLinks.create(site)
|
113
|
-
|
114
|
-
assert check.send(:valid?, 'stuff/right%20foo', 'output/origin')
|
115
|
-
refute check.send(:valid?, 'stuff/wrong%20foo', 'output/origin')
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|