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,94 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Deploying::Deployers::RsyncTest < Nanoc::TestCase
|
6
|
-
def test_run_without_dst
|
7
|
-
# Create deployer
|
8
|
-
rsync = Nanoc::Deploying::Deployers::Rsync.new(
|
9
|
-
'output/',
|
10
|
-
{},
|
11
|
-
)
|
12
|
-
|
13
|
-
# Mock run_shell_cmd
|
14
|
-
def rsync.run_shell_cmd(args)
|
15
|
-
@shell_cms_args = args
|
16
|
-
end
|
17
|
-
|
18
|
-
# Try running
|
19
|
-
error = assert_raises(RuntimeError) do
|
20
|
-
rsync.run
|
21
|
-
end
|
22
|
-
|
23
|
-
# Check error message
|
24
|
-
assert_equal 'No dst found in deployment configuration', error.message
|
25
|
-
end
|
26
|
-
|
27
|
-
def test_run_with_erroneous_dst
|
28
|
-
# Create deployer
|
29
|
-
rsync = Nanoc::Deploying::Deployers::Rsync.new(
|
30
|
-
'output/',
|
31
|
-
dst: 'asdf/',
|
32
|
-
)
|
33
|
-
|
34
|
-
# Mock run_shell_cmd
|
35
|
-
def rsync.run_shell_cmd(args)
|
36
|
-
@shell_cms_args = args
|
37
|
-
end
|
38
|
-
|
39
|
-
# Try running
|
40
|
-
error = assert_raises(RuntimeError) do
|
41
|
-
rsync.run
|
42
|
-
end
|
43
|
-
|
44
|
-
# Check error message
|
45
|
-
assert_equal 'dst requires no trailing slash', error.message
|
46
|
-
end
|
47
|
-
|
48
|
-
def test_run_everything_okay
|
49
|
-
# Create deployer
|
50
|
-
rsync = Nanoc::Deploying::Deployers::Rsync.new(
|
51
|
-
'output',
|
52
|
-
dst: 'asdf',
|
53
|
-
)
|
54
|
-
|
55
|
-
# Mock run_shell_cmd
|
56
|
-
def rsync.run_shell_cmd(args)
|
57
|
-
@shell_cms_args = args
|
58
|
-
end
|
59
|
-
|
60
|
-
# Run
|
61
|
-
rsync.run
|
62
|
-
|
63
|
-
# Check args
|
64
|
-
opts = Nanoc::Deploying::Deployers::Rsync::DEFAULT_OPTIONS
|
65
|
-
assert_equal(
|
66
|
-
['rsync', opts, 'output/', 'asdf'].flatten,
|
67
|
-
rsync.instance_eval { @shell_cms_args },
|
68
|
-
)
|
69
|
-
end
|
70
|
-
|
71
|
-
def test_run_everything_okay_dry
|
72
|
-
# Create deployer
|
73
|
-
rsync = Nanoc::Deploying::Deployers::Rsync.new(
|
74
|
-
'output',
|
75
|
-
{ dst: 'asdf' },
|
76
|
-
dry_run: true,
|
77
|
-
)
|
78
|
-
|
79
|
-
# Mock run_shell_cmd
|
80
|
-
def rsync.run_shell_cmd(args)
|
81
|
-
@shell_cms_args = args
|
82
|
-
end
|
83
|
-
|
84
|
-
# Run
|
85
|
-
rsync.run
|
86
|
-
|
87
|
-
# Check args
|
88
|
-
opts = Nanoc::Deploying::Deployers::Rsync::DEFAULT_OPTIONS
|
89
|
-
assert_equal(
|
90
|
-
['echo', 'rsync', opts, 'output/', 'asdf'].flatten,
|
91
|
-
rsync.instance_eval { @shell_cms_args },
|
92
|
-
)
|
93
|
-
end
|
94
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::ExtraCoreExtTimeTest < Nanoc::TestCase
|
6
|
-
def test___nanoc_to_iso8601_date_utc
|
7
|
-
assert_equal('2008-05-19', Time.utc(2008, 5, 19, 14, 20, 0, 0).__nanoc_to_iso8601_date)
|
8
|
-
end
|
9
|
-
|
10
|
-
def test___nanoc_to_iso8601_date_non_utc
|
11
|
-
assert_equal('2008-05-18', Time.new(2008, 5, 19, 0, 0, 0, '+02:00').__nanoc_to_iso8601_date)
|
12
|
-
end
|
13
|
-
|
14
|
-
def test___nanoc_to_iso8601_time
|
15
|
-
assert_equal('2008-05-19T14:20:00Z', Time.utc(2008, 5, 19, 14, 20, 0, 0).__nanoc_to_iso8601_time)
|
16
|
-
end
|
17
|
-
end
|
@@ -1,110 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Extra::LinkCollectorTest < Nanoc::TestCase
|
6
|
-
def test_all
|
7
|
-
# Create dummy data
|
8
|
-
File.open('file-a.html', 'w') do |io|
|
9
|
-
io << %(<a href="http://example.com/">A 1</a>
|
10
|
-
)
|
11
|
-
io << %(<a href="https://example.com/">A 2</a>
|
12
|
-
)
|
13
|
-
io << %(<a href="stuff/"A 3></a>
|
14
|
-
)
|
15
|
-
io << %(<a name="href-less-anchor">A 4</a>)
|
16
|
-
io << %(<a href="https://example.com/with-fragment#moo">A 5</a>
|
17
|
-
)
|
18
|
-
end
|
19
|
-
File.open('file-b.html', 'w') do |io|
|
20
|
-
io << %(<a href="mailto:bob@example.com">B 1</a>
|
21
|
-
)
|
22
|
-
io << %(<a href="../stuff">B 2</a>
|
23
|
-
)
|
24
|
-
io << %(<a href="/stuff">B 3</a>
|
25
|
-
)
|
26
|
-
end
|
27
|
-
|
28
|
-
# Create validator
|
29
|
-
collector = Nanoc::Extra::LinkCollector.new(%w[file-a.html file-b.html])
|
30
|
-
|
31
|
-
# Test
|
32
|
-
hrefs_with_filenames = collector.filenames_per_href
|
33
|
-
hrefs = hrefs_with_filenames.keys
|
34
|
-
assert_includes hrefs, 'http://example.com/'
|
35
|
-
assert_includes hrefs, 'https://example.com/'
|
36
|
-
assert_includes hrefs, 'stuff/'
|
37
|
-
refute_includes hrefs, nil
|
38
|
-
assert_includes hrefs, 'mailto:bob@example.com'
|
39
|
-
assert_includes hrefs, '../stuff'
|
40
|
-
assert_includes hrefs, '/stuff'
|
41
|
-
refute_includes hrefs, 'https://example.com/with-fragment#moo'
|
42
|
-
assert_includes hrefs, 'https://example.com/with-fragment'
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_external
|
46
|
-
# Create dummy data
|
47
|
-
File.open('file-a.html', 'w') do |io|
|
48
|
-
io << %(<a href="http://example.com/">A 1</a>
|
49
|
-
)
|
50
|
-
io << %(<a href="https://example.com/">A 2</a>
|
51
|
-
)
|
52
|
-
io << %(<a href="stuff/"A 3></a>
|
53
|
-
)
|
54
|
-
end
|
55
|
-
File.open('file-b.html', 'w') do |io|
|
56
|
-
io << %(<a href="mailto:bob@example.com">B 1</a>
|
57
|
-
)
|
58
|
-
io << %(<a href="../stuff">B 2</a>
|
59
|
-
)
|
60
|
-
io << %(<a href="/stuff">B 3</a>
|
61
|
-
)
|
62
|
-
end
|
63
|
-
|
64
|
-
# Create validator
|
65
|
-
collector = Nanoc::Extra::LinkCollector.new(%w[file-a.html file-b.html], :external)
|
66
|
-
|
67
|
-
# Test
|
68
|
-
hrefs_with_filenames = collector.filenames_per_href
|
69
|
-
hrefs = hrefs_with_filenames.keys
|
70
|
-
assert_includes hrefs, 'http://example.com/'
|
71
|
-
assert_includes hrefs, 'https://example.com/'
|
72
|
-
refute_includes hrefs, 'stuff/'
|
73
|
-
assert_includes hrefs, 'mailto:bob@example.com'
|
74
|
-
refute_includes hrefs, '../stuff'
|
75
|
-
refute_includes hrefs, '/stuff'
|
76
|
-
end
|
77
|
-
|
78
|
-
def test_internal
|
79
|
-
# Create dummy data
|
80
|
-
File.open('file-a.html', 'w') do |io|
|
81
|
-
io << %(<a href="http://example.com/">A 1</a>
|
82
|
-
)
|
83
|
-
io << %(<a href="https://example.com/">A 2</a>
|
84
|
-
)
|
85
|
-
io << %(<a href="stuff/"A 3></a>
|
86
|
-
)
|
87
|
-
end
|
88
|
-
File.open('file-b.html', 'w') do |io|
|
89
|
-
io << %(<a href="mailto:bob@example.com">B 1</a>
|
90
|
-
)
|
91
|
-
io << %(<a href="../stuff">B 2</a>
|
92
|
-
)
|
93
|
-
io << %(<a href="/stuff">B 3</a>
|
94
|
-
)
|
95
|
-
end
|
96
|
-
|
97
|
-
# Create validator
|
98
|
-
collector = Nanoc::Extra::LinkCollector.new(%w[file-a.html file-b.html], :internal)
|
99
|
-
|
100
|
-
# Test
|
101
|
-
hrefs_with_filenames = collector.filenames_per_href
|
102
|
-
hrefs = hrefs_with_filenames.keys
|
103
|
-
refute_includes hrefs, 'http://example.com/'
|
104
|
-
refute_includes hrefs, 'https://example.com/'
|
105
|
-
assert_includes hrefs, 'stuff/'
|
106
|
-
refute_includes hrefs, 'mailto:bob@example.com'
|
107
|
-
assert_includes hrefs, '../stuff'
|
108
|
-
assert_includes hrefs, '/stuff'
|
109
|
-
end
|
110
|
-
end
|
data/test/extra/test_piper.rb
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Extra::PiperTest < Nanoc::TestCase
|
6
|
-
def test_basic
|
7
|
-
stdout = StringIO.new
|
8
|
-
stderr = StringIO.new
|
9
|
-
|
10
|
-
cmd = %w[ls -l]
|
11
|
-
|
12
|
-
File.open('foo.txt', 'w') { |io| io.write('hi') }
|
13
|
-
File.open('bar.txt', 'w') { |io| io.write('ho') }
|
14
|
-
|
15
|
-
piper = Nanoc::Extra::Piper.new(stdout: stdout, stderr: stderr)
|
16
|
-
piper.run(cmd, nil)
|
17
|
-
|
18
|
-
assert_match(/foo\.txt/, stdout.string)
|
19
|
-
assert_match(/bar\.txt/, stdout.string)
|
20
|
-
assert stderr.string.empty?
|
21
|
-
end
|
22
|
-
|
23
|
-
def test_stdin
|
24
|
-
stdout = StringIO.new
|
25
|
-
stderr = StringIO.new
|
26
|
-
|
27
|
-
input = 'Hello World!'
|
28
|
-
cmd = %w[cat]
|
29
|
-
|
30
|
-
piper = Nanoc::Extra::Piper.new(stdout: stdout, stderr: stderr)
|
31
|
-
piper.run(cmd, input)
|
32
|
-
|
33
|
-
assert_equal(input, stdout.string)
|
34
|
-
assert_equal('', stderr.string)
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_no_such_command
|
38
|
-
stdout = StringIO.new
|
39
|
-
stderr = StringIO.new
|
40
|
-
|
41
|
-
cmd = %w[cat kafhawilgoiwaejagoualjdsfilofiewaguihaifeowuiga]
|
42
|
-
|
43
|
-
piper = Nanoc::Extra::Piper.new(stdout: stdout, stderr: stderr)
|
44
|
-
assert_raises(Nanoc::Extra::Piper::Error) do
|
45
|
-
piper.run(cmd, nil)
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
@@ -1,247 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ColorizeSyntax::CoderayTest < Nanoc::TestCase
|
6
|
-
CODERAY_PRE = '<div class="CodeRay"><div class="code">'
|
7
|
-
CODERAY_POST = '</div></div>'
|
8
|
-
|
9
|
-
def test_coderay_simple
|
10
|
-
if_have 'coderay', 'nokogiri' do
|
11
|
-
# Create filter
|
12
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
13
|
-
|
14
|
-
# Get input and expected output
|
15
|
-
input = '<pre title="moo"><code class="language-ruby"># comment</code></pre>'
|
16
|
-
expected_output = CODERAY_PRE + '<pre title="moo"><code class="language-ruby"><span class="comment"># comment</span></code></pre>' + CODERAY_POST
|
17
|
-
|
18
|
-
# Run filter
|
19
|
-
actual_output = filter.setup_and_run(input)
|
20
|
-
assert_equal(expected_output, actual_output)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_coderay_with_comment
|
25
|
-
if_have 'coderay', 'nokogiri' do
|
26
|
-
# Create filter
|
27
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
28
|
-
|
29
|
-
# Get input and expected output
|
30
|
-
input = %(<pre title="moo"><code>#!ruby
|
31
|
-
# comment</code></pre>)
|
32
|
-
expected_output = CODERAY_PRE + '<pre title="moo"><code class="language-ruby"><span class="comment"># comment</span></code></pre>' + CODERAY_POST
|
33
|
-
|
34
|
-
# Run filter
|
35
|
-
actual_output = filter.setup_and_run(input)
|
36
|
-
assert_equal(expected_output, actual_output)
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
def test_coderay_with_comment_in_middle
|
41
|
-
if_have 'coderay', 'nokogiri' do
|
42
|
-
# Create filter
|
43
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
44
|
-
|
45
|
-
# Get input and expected output
|
46
|
-
input = %(<pre title="moo"><code>def moo ; end
|
47
|
-
#!ruby
|
48
|
-
# comment</code></pre>)
|
49
|
-
expected_output = "<pre title=\"moo\"><code>def moo ; end\n#!ruby\n# comment</code></pre>"
|
50
|
-
|
51
|
-
# Run filter
|
52
|
-
actual_output = filter.setup_and_run(input)
|
53
|
-
assert_equal(expected_output, actual_output)
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
def test_coderay_with_comment_and_class
|
58
|
-
if_have 'coderay', 'nokogiri' do
|
59
|
-
# Create filter
|
60
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
61
|
-
|
62
|
-
# Get input and expected output
|
63
|
-
input = %(<pre title="moo"><code class="language-ruby">#!ruby
|
64
|
-
# comment</code></pre>)
|
65
|
-
expected_output = CODERAY_PRE + %(<pre title="moo"><code class="language-ruby"><span class="doctype">#!ruby</span>
|
66
|
-
<span class="comment"># comment</span></code></pre>) + CODERAY_POST
|
67
|
-
|
68
|
-
# Run filter
|
69
|
-
actual_output = filter.setup_and_run(input)
|
70
|
-
assert_equal(expected_output, actual_output)
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
def test_coderay_with_more_classes
|
75
|
-
if_have 'coderay', 'nokogiri' do
|
76
|
-
# Create filter
|
77
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
78
|
-
|
79
|
-
# Get input and expected output
|
80
|
-
input = '<pre title="moo"><code class="abc language-ruby xyz"># comment</code></pre>'
|
81
|
-
expected_output = CODERAY_PRE + '<pre title="moo"><code class="abc language-ruby xyz"><span class="comment"># comment</span></code></pre>' + CODERAY_POST
|
82
|
-
|
83
|
-
# Run filter
|
84
|
-
actual_output = filter.setup_and_run(input)
|
85
|
-
assert_equal(expected_output, actual_output)
|
86
|
-
end
|
87
|
-
end
|
88
|
-
|
89
|
-
def test_colorize_syntax_with_unknown_syntax
|
90
|
-
if_have 'coderay', 'nokogiri' do
|
91
|
-
# Create filter
|
92
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
93
|
-
|
94
|
-
# Run filter
|
95
|
-
assert_raises RuntimeError do
|
96
|
-
filter.setup_and_run('<p>whatever</p>', syntax: :kasflwafhaweoineurl)
|
97
|
-
end
|
98
|
-
end
|
99
|
-
end
|
100
|
-
|
101
|
-
def test_colorize_syntax_with_xml
|
102
|
-
if_have 'coderay', 'nokogiri' do
|
103
|
-
# Create filter
|
104
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
105
|
-
|
106
|
-
# Get input and expected output
|
107
|
-
input = '<p>foo<br/>bar</p>'
|
108
|
-
expected_output = '<p>foo<br/>bar</p>'
|
109
|
-
|
110
|
-
# Run filter
|
111
|
-
actual_output = filter.setup_and_run(input, syntax: :xml)
|
112
|
-
assert_equal(expected_output, actual_output)
|
113
|
-
end
|
114
|
-
end
|
115
|
-
|
116
|
-
def test_colorize_syntax_with_xhtml
|
117
|
-
if_have 'coderay', 'nokogiri' do
|
118
|
-
# Create filter
|
119
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
120
|
-
|
121
|
-
# Get input and expected output
|
122
|
-
input = '<p>foo<br/>bar</p>'
|
123
|
-
expected_output = '<p>foo<br />bar</p>'
|
124
|
-
|
125
|
-
# Run filter
|
126
|
-
actual_output = filter.setup_and_run(input, syntax: :xhtml)
|
127
|
-
assert_equal(expected_output, actual_output)
|
128
|
-
end
|
129
|
-
end
|
130
|
-
|
131
|
-
def test_colorize_syntax_with_non_language_shebang_line
|
132
|
-
if_have 'coderay', 'nokogiri' do
|
133
|
-
# Create filter
|
134
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
135
|
-
|
136
|
-
# Get input and expected output
|
137
|
-
input = <<~EOS
|
138
|
-
before
|
139
|
-
<pre><code>
|
140
|
-
#!/usr/bin/env ruby
|
141
|
-
puts 'hi!'
|
142
|
-
</code></pre>
|
143
|
-
after
|
144
|
-
EOS
|
145
|
-
expected_output = <<~EOS.sub(/\s*\Z/m, '')
|
146
|
-
before
|
147
|
-
<pre><code>
|
148
|
-
#!/usr/bin/env ruby
|
149
|
-
puts 'hi!'
|
150
|
-
</code></pre>
|
151
|
-
after
|
152
|
-
EOS
|
153
|
-
|
154
|
-
# Run filter
|
155
|
-
actual_output = filter.setup_and_run(input).sub(/\s*\Z/m, '')
|
156
|
-
assert_equal(expected_output, actual_output)
|
157
|
-
end
|
158
|
-
end
|
159
|
-
|
160
|
-
def test_colorize_syntax_with_non_language_shebang_line_and_language_line
|
161
|
-
if_have 'coderay', 'nokogiri' do
|
162
|
-
# Create filter
|
163
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
164
|
-
|
165
|
-
# Get input and expected output
|
166
|
-
input = <<~EOS
|
167
|
-
before
|
168
|
-
<pre><code>
|
169
|
-
#!ruby
|
170
|
-
#!/usr/bin/env ruby
|
171
|
-
puts 'hi!'
|
172
|
-
</code></pre>
|
173
|
-
after
|
174
|
-
EOS
|
175
|
-
expected_output = <<~EOS.sub(/\s*\Z/m, '')
|
176
|
-
before
|
177
|
-
#{CODERAY_PRE}<pre><code class=\"language-ruby\"><span class=\"doctype\">#!/usr/bin/env ruby</span>
|
178
|
-
puts <span class=\"string\"><span class=\"delimiter\">'</span><span class=\"content\">hi!</span><span class=\"delimiter\">'</span></span></code></pre>#{CODERAY_POST}
|
179
|
-
after
|
180
|
-
EOS
|
181
|
-
|
182
|
-
# Run filter
|
183
|
-
actual_output = filter.setup_and_run(input).sub(/\s*\Z/m, '')
|
184
|
-
assert_equal(expected_output, actual_output)
|
185
|
-
end
|
186
|
-
end
|
187
|
-
|
188
|
-
def test_not_outside_pre
|
189
|
-
if_have 'coderay', 'nokogiri' do
|
190
|
-
# Create filter
|
191
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
192
|
-
|
193
|
-
# Get input and expected output
|
194
|
-
input = '<code class="language-ruby"># comment</code>'
|
195
|
-
expected_output = '<code class="language-ruby"># comment</code>'
|
196
|
-
|
197
|
-
# Run filter
|
198
|
-
actual_output = filter.setup_and_run(input, outside_pre: false)
|
199
|
-
assert_equal(expected_output, actual_output)
|
200
|
-
end
|
201
|
-
end
|
202
|
-
|
203
|
-
def test_outside_pre
|
204
|
-
if_have 'coderay', 'nokogiri' do
|
205
|
-
# Create filter
|
206
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
207
|
-
|
208
|
-
# Get input and expected output
|
209
|
-
input = '<code class="language-ruby"># comment</code>'
|
210
|
-
expected_output = '<code class="language-ruby"><span class="comment"># comment</span></code>'
|
211
|
-
|
212
|
-
# Run filter
|
213
|
-
actual_output = filter.setup_and_run(input, outside_pre: true)
|
214
|
-
assert_equal(expected_output, actual_output)
|
215
|
-
end
|
216
|
-
end
|
217
|
-
|
218
|
-
def test_strip
|
219
|
-
if_have 'coderay', 'nokogiri' do
|
220
|
-
# Create filter
|
221
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
222
|
-
|
223
|
-
# Simple test
|
224
|
-
assert_equal ' bar', filter.send(:strip, "\n bar")
|
225
|
-
|
226
|
-
# Get input and expected output
|
227
|
-
input = <<~EOS
|
228
|
-
before
|
229
|
-
<pre><code class="language-ruby">
|
230
|
-
def foo
|
231
|
-
end
|
232
|
-
</code></pre>
|
233
|
-
after
|
234
|
-
EOS
|
235
|
-
expected_output = <<~EOS.sub(/\s*\Z/m, '')
|
236
|
-
before
|
237
|
-
#{CODERAY_PRE}<pre><code class="language-ruby"> <span class=\"keyword\">def</span> <span class=\"function\">foo</span>
|
238
|
-
<span class=\"keyword\">end</span></code></pre>#{CODERAY_POST}
|
239
|
-
after
|
240
|
-
EOS
|
241
|
-
|
242
|
-
# Run filter
|
243
|
-
actual_output = filter.setup_and_run(input).sub(/\s*\Z/m, '')
|
244
|
-
assert_equal(expected_output, actual_output)
|
245
|
-
end
|
246
|
-
end
|
247
|
-
end
|