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,43 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::CLI::ErrorHandler do
|
4
|
-
subject(:error_handler) { described_class.new }
|
5
|
-
|
6
|
-
describe '#forwards_stack_trace?' do
|
7
|
-
subject { error_handler.forwards_stack_trace? }
|
8
|
-
|
9
|
-
context 'feature enabled' do
|
10
|
-
around do |ex|
|
11
|
-
Nanoc::Feature.enable(Nanoc::Feature::SENSIBLE_STACK_TRACES) do
|
12
|
-
ex.run
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
context 'Ruby 2.4' do
|
17
|
-
it { is_expected.to be(true) }
|
18
|
-
end
|
19
|
-
|
20
|
-
context 'Ruby 2.5' do
|
21
|
-
it { is_expected.to be(true) }
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
context 'feature not enabled' do
|
26
|
-
context 'Ruby 2.4' do
|
27
|
-
before do
|
28
|
-
expect(error_handler).to receive(:ruby_version).and_return('2.4.2')
|
29
|
-
end
|
30
|
-
|
31
|
-
it { is_expected.to be(false) }
|
32
|
-
end
|
33
|
-
|
34
|
-
context 'Ruby 2.5' do
|
35
|
-
before do
|
36
|
-
expect(error_handler).to receive(:ruby_version).and_return('2.5.0')
|
37
|
-
end
|
38
|
-
|
39
|
-
it { is_expected.to be(true) }
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
@@ -1,156 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::CLI::StackTraceWriter do
|
4
|
-
subject(:writer) do
|
5
|
-
described_class.new(io, forwards: forwards)
|
6
|
-
end
|
7
|
-
|
8
|
-
let(:io) { StringIO.new }
|
9
|
-
let(:forwards) { true }
|
10
|
-
|
11
|
-
describe '#write' do
|
12
|
-
let(:exception) do
|
13
|
-
backtrace_generator = lambda do |af|
|
14
|
-
if af.zero?
|
15
|
-
raise 'finally!'
|
16
|
-
else
|
17
|
-
backtrace_generator.call(af - 1)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
begin
|
22
|
-
backtrace_generator.call(3)
|
23
|
-
rescue => e
|
24
|
-
return e
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
subject { writer.write(exception, verbose: verbose) }
|
29
|
-
|
30
|
-
let(:verbose) { false }
|
31
|
-
|
32
|
-
context 'backwards' do
|
33
|
-
let(:forwards) { false }
|
34
|
-
|
35
|
-
context 'verbose' do
|
36
|
-
let(:verbose) { true }
|
37
|
-
|
38
|
-
it 'starts with zero' do
|
39
|
-
expect { subject }
|
40
|
-
.to change { io.string }
|
41
|
-
.from('')
|
42
|
-
.to(start_with(' 0. '))
|
43
|
-
end
|
44
|
-
|
45
|
-
it 'has more recent stack frames at the top' do
|
46
|
-
expect { subject }
|
47
|
-
.to change { io.string }
|
48
|
-
.from('')
|
49
|
-
.to(match(%r{^ 0\. /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d+.*$\n 1\. /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d}m))
|
50
|
-
end
|
51
|
-
|
52
|
-
it 'has more than 10 stack frames' do
|
53
|
-
expect { subject }
|
54
|
-
.to change { io.string }
|
55
|
-
.from('')
|
56
|
-
.to(match(%r{^ 11\. }))
|
57
|
-
end
|
58
|
-
|
59
|
-
it 'does not contain a see-more explanation' do
|
60
|
-
subject
|
61
|
-
expect(io.string).not_to match(/crash\.log/)
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
context 'not verbose' do
|
66
|
-
let(:verbose) { false }
|
67
|
-
|
68
|
-
it 'starts with zero' do
|
69
|
-
expect { subject }
|
70
|
-
.to change { io.string }
|
71
|
-
.from('')
|
72
|
-
.to(start_with(' 0. '))
|
73
|
-
end
|
74
|
-
|
75
|
-
it 'has more recent stack frames at the top' do
|
76
|
-
expect { subject }
|
77
|
-
.to change { io.string }
|
78
|
-
.from('')
|
79
|
-
.to(match(%r{^ 0\. /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d+.*$\n 1\. /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d}m))
|
80
|
-
end
|
81
|
-
|
82
|
-
it 'has not more than 10 stack frames' do
|
83
|
-
subject
|
84
|
-
expect(io.string).not_to match(/^ 11\. /)
|
85
|
-
end
|
86
|
-
|
87
|
-
it 'does not contain a see-more explanation' do
|
88
|
-
subject
|
89
|
-
expect(io.string).to include(" lines omitted (see crash.log for details)\n")
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|
93
|
-
|
94
|
-
context 'forwards' do
|
95
|
-
let(:forwards) { true }
|
96
|
-
|
97
|
-
context 'verbose' do
|
98
|
-
let(:verbose) { true }
|
99
|
-
|
100
|
-
it 'ends with most recent line' do
|
101
|
-
expect { subject }
|
102
|
-
.to change { io.string }
|
103
|
-
.from('')
|
104
|
-
.to(match(%r{^ 1\. from /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d+.*$\n /.+/spec/nanoc/cli}m))
|
105
|
-
end
|
106
|
-
|
107
|
-
it 'has more recent stack frames at the bottom' do
|
108
|
-
expect { subject }
|
109
|
-
.to change { io.string }
|
110
|
-
.from('')
|
111
|
-
.to(match(%r{^ 2\. from /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d+.*$\n 1\. from /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d}m))
|
112
|
-
end
|
113
|
-
|
114
|
-
it 'has more than 10 stack frames' do
|
115
|
-
expect { subject }
|
116
|
-
.to change { io.string }
|
117
|
-
.from('')
|
118
|
-
.to(match(%r{^ 11\. from }))
|
119
|
-
end
|
120
|
-
|
121
|
-
it 'does not contain a see-more explanation' do
|
122
|
-
subject
|
123
|
-
expect(io.string).not_to match(/crash\.log/)
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
|
-
context 'not verbose' do
|
128
|
-
let(:verbose) { false }
|
129
|
-
|
130
|
-
it 'ends with most recent line' do
|
131
|
-
expect { subject }
|
132
|
-
.to change { io.string }
|
133
|
-
.from('')
|
134
|
-
.to(match(%r{^ 1\. from /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d+.*$\n /.+/spec/nanoc/cli}m))
|
135
|
-
end
|
136
|
-
|
137
|
-
it 'has more recent stack frames at the top' do
|
138
|
-
expect { subject }
|
139
|
-
.to change { io.string }
|
140
|
-
.from('')
|
141
|
-
.to(match(%r{^ 2\. from /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d+.*$\n 1\. from /.+/spec/nanoc/cli/stack_trace_writer_spec\.rb:\d}m))
|
142
|
-
end
|
143
|
-
|
144
|
-
it 'has not more than 10 stack frames' do
|
145
|
-
subject
|
146
|
-
expect(io.string).not_to match(/^ 11\. from /)
|
147
|
-
end
|
148
|
-
|
149
|
-
it 'does not contain a see-more explanation' do
|
150
|
-
subject
|
151
|
-
expect(io.string).to include(" lines omitted (see crash.log for details)\n")
|
152
|
-
end
|
153
|
-
end
|
154
|
-
end
|
155
|
-
end
|
156
|
-
end
|
data/spec/nanoc/cli_spec.rb
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::CLI do
|
4
|
-
let(:all_commands) do
|
5
|
-
ObjectSpace.each_object(Cri::Command)
|
6
|
-
end
|
7
|
-
|
8
|
-
let(:exceptions) do
|
9
|
-
# FIXME: [Nanoc 5] Get rid of these exceptions
|
10
|
-
[
|
11
|
-
['deploy', ['C']],
|
12
|
-
['help', ['v']],
|
13
|
-
['check', ['d']],
|
14
|
-
]
|
15
|
-
end
|
16
|
-
|
17
|
-
def ancestors_of_command(command)
|
18
|
-
if command.is_a?(Cri::Command)
|
19
|
-
[command] + ancestors_of_command(command.supercommand)
|
20
|
-
else
|
21
|
-
[]
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def short_options_for_command(command)
|
26
|
-
ancestors = ancestors_of_command(command)
|
27
|
-
ancestors.flat_map { |a| a.option_definitions.to_a.map { |od| od[:short] } }.compact
|
28
|
-
end
|
29
|
-
|
30
|
-
it 'has no commands that have conflicting options' do
|
31
|
-
all_commands.each do |command|
|
32
|
-
short_options = short_options_for_command(command)
|
33
|
-
|
34
|
-
duplicate_options = short_options.select { |o| short_options.count(o) > 1 }.uniq
|
35
|
-
|
36
|
-
next if exceptions.include?([command.name, duplicate_options])
|
37
|
-
|
38
|
-
expect(duplicate_options).to(
|
39
|
-
be_empty,
|
40
|
-
"The #{command.name} command’s option shorthands #{duplicate_options.uniq} are used by multiple options",
|
41
|
-
)
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,128 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::DataSources::Filesystem do
|
4
|
-
let(:data_source) { Nanoc::DataSources::Filesystem.new(site.config, nil, nil, params) }
|
5
|
-
let(:params) { {} }
|
6
|
-
let(:site) { Nanoc::Int::SiteLoader.new.new_empty }
|
7
|
-
|
8
|
-
before { Timecop.freeze(now) }
|
9
|
-
after { Timecop.return }
|
10
|
-
|
11
|
-
let(:now) { Time.local(2008, 1, 2, 14, 5, 0) }
|
12
|
-
|
13
|
-
describe '#load_objects' do
|
14
|
-
subject { data_source.send(:load_objects, 'foo', klass) }
|
15
|
-
|
16
|
-
let(:klass) { raise 'override me' }
|
17
|
-
|
18
|
-
context 'items' do
|
19
|
-
let(:klass) { Nanoc::Int::Item }
|
20
|
-
|
21
|
-
context 'no files' do
|
22
|
-
it 'loads nothing' do
|
23
|
-
expect(subject).to be_empty
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
context 'one regular file' do
|
28
|
-
before do
|
29
|
-
FileUtils.mkdir_p('foo')
|
30
|
-
File.write('foo/bar.html', "---\nnum: 1\n---\ntest 1")
|
31
|
-
FileUtils.touch('foo/bar.html', mtime: now)
|
32
|
-
end
|
33
|
-
|
34
|
-
let(:expected_attributes) do
|
35
|
-
{
|
36
|
-
content_filename: 'foo/bar.html',
|
37
|
-
extension: 'html',
|
38
|
-
filename: 'foo/bar.html',
|
39
|
-
meta_filename: nil,
|
40
|
-
mtime: now,
|
41
|
-
num: 1,
|
42
|
-
}
|
43
|
-
end
|
44
|
-
|
45
|
-
it 'loads that file' do
|
46
|
-
expect(subject.size).to eq(1)
|
47
|
-
|
48
|
-
expect(subject[0].content.string).to eq('test 1')
|
49
|
-
expect(subject[0].attributes).to eq(expected_attributes)
|
50
|
-
expect(subject[0].identifier).to eq(Nanoc::Identifier.new('/bar/', type: :legacy))
|
51
|
-
expect(subject[0].checksum_data).to be_nil
|
52
|
-
expect(subject[0].attributes_checksum_data).to be_a(String)
|
53
|
-
expect(subject[0].attributes_checksum_data.size).to eq(20)
|
54
|
-
expect(subject[0].content_checksum_data).to be_a(String)
|
55
|
-
expect(subject[0].content_checksum_data.size).to eq(20)
|
56
|
-
end
|
57
|
-
|
58
|
-
context 'split files' do
|
59
|
-
let(:block) do
|
60
|
-
lambda do
|
61
|
-
FileUtils.mkdir_p('foo')
|
62
|
-
|
63
|
-
File.write('foo/bar.html', 'test 1')
|
64
|
-
FileUtils.touch('foo/bar.html', mtime: now)
|
65
|
-
|
66
|
-
File.write('foo/bar.yaml', "---\nnum: 1\n")
|
67
|
-
FileUtils.touch('foo/bar.yaml', mtime: now)
|
68
|
-
end
|
69
|
-
end
|
70
|
-
|
71
|
-
it 'has a different attributes checksum' do
|
72
|
-
expect(block).to change { data_source.send(:load_objects, 'foo', klass)[0].attributes_checksum_data }
|
73
|
-
end
|
74
|
-
|
75
|
-
it 'has the same content checksum' do
|
76
|
-
expect(block).not_to change { data_source.send(:load_objects, 'foo', klass)[0].content_checksum_data }
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
describe '#item_changes' do
|
84
|
-
subject { data_source.item_changes }
|
85
|
-
|
86
|
-
it 'returns a stream' do
|
87
|
-
expect(subject).to be_a(Nanoc::ChangesStream)
|
88
|
-
end
|
89
|
-
|
90
|
-
it 'contains one element after changing' do
|
91
|
-
FileUtils.mkdir_p('content')
|
92
|
-
|
93
|
-
enum = DDBuffer.new(1).call(subject.to_enum)
|
94
|
-
q = SizedQueue.new(1)
|
95
|
-
Thread.new { q << enum.take(1).first }
|
96
|
-
|
97
|
-
# FIXME: sleep is ugly
|
98
|
-
sleep 0.3
|
99
|
-
File.write('content/wat.md', 'stuff')
|
100
|
-
|
101
|
-
expect(q.pop).to eq(:unknown)
|
102
|
-
subject.stop
|
103
|
-
end
|
104
|
-
end
|
105
|
-
|
106
|
-
describe '#layout_changes' do
|
107
|
-
subject { data_source.layout_changes }
|
108
|
-
|
109
|
-
it 'returns a stream' do
|
110
|
-
expect(subject).to be_a(Nanoc::ChangesStream)
|
111
|
-
end
|
112
|
-
|
113
|
-
it 'contains one element after changing' do
|
114
|
-
FileUtils.mkdir_p('layouts')
|
115
|
-
|
116
|
-
enum = DDBuffer.new(1).call(subject.to_enum)
|
117
|
-
q = SizedQueue.new(1)
|
118
|
-
Thread.new { q << enum.take(1).first }
|
119
|
-
|
120
|
-
# FIXME: sleep is ugly
|
121
|
-
sleep 0.3
|
122
|
-
File.write('layouts/wat.md', 'stuff')
|
123
|
-
|
124
|
-
expect(q.pop).to eq(:unknown)
|
125
|
-
subject.stop
|
126
|
-
end
|
127
|
-
end
|
128
|
-
end
|
@@ -1,199 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Deploying::Deployers::Fog, stdio: true do
|
4
|
-
let(:deployer) do
|
5
|
-
Nanoc::Deploying::Deployers::Fog.new(
|
6
|
-
'output/',
|
7
|
-
config,
|
8
|
-
dry_run: is_dry_run,
|
9
|
-
)
|
10
|
-
end
|
11
|
-
|
12
|
-
let(:is_dry_run) { false }
|
13
|
-
|
14
|
-
let(:config) do
|
15
|
-
{
|
16
|
-
bucket: 'bucky',
|
17
|
-
provider: 'local',
|
18
|
-
local_root: 'remote',
|
19
|
-
}
|
20
|
-
end
|
21
|
-
|
22
|
-
before do
|
23
|
-
# create output
|
24
|
-
FileUtils.mkdir_p('output')
|
25
|
-
FileUtils.mkdir_p('output/etc')
|
26
|
-
File.open('output/woof', 'w') { |io| io.write 'I am a dog!' }
|
27
|
-
File.open('output/etc/meow', 'w') { |io| io.write 'I am a cat!' }
|
28
|
-
|
29
|
-
# create local cloud
|
30
|
-
FileUtils.mkdir_p('remote')
|
31
|
-
end
|
32
|
-
|
33
|
-
subject { deployer.run }
|
34
|
-
|
35
|
-
shared_examples 'no effective deploy' do
|
36
|
-
it 'does not modify remote' do
|
37
|
-
expect { subject }.not_to change { Dir['remote/**/*'].sort }
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
shared_examples 'effective deploy' do
|
42
|
-
it 'modifies remote' do
|
43
|
-
expect { subject }.to change { Dir['remote/**/*'].sort }
|
44
|
-
.to([
|
45
|
-
'remote/bucky',
|
46
|
-
'remote/bucky/etc',
|
47
|
-
'remote/bucky/etc/meow',
|
48
|
-
'remote/bucky/woof',
|
49
|
-
])
|
50
|
-
end
|
51
|
-
|
52
|
-
it 'does not leave lingering open files' do
|
53
|
-
expect { subject }.not_to leak_open_files
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
context 'dry run' do
|
58
|
-
let(:is_dry_run) { true }
|
59
|
-
|
60
|
-
before do
|
61
|
-
FileUtils.mkdir_p('remote/bucky')
|
62
|
-
FileUtils.mkdir_p('remote/bucky/tiny')
|
63
|
-
File.write('remote/bucky/pig', 'oink?')
|
64
|
-
File.write('remote/bucky/tiny/piglet', 'little oink?')
|
65
|
-
end
|
66
|
-
|
67
|
-
include_examples 'no effective deploy'
|
68
|
-
|
69
|
-
context 'with CDN ID' do
|
70
|
-
let(:config) { super().merge(cdn_id: 'donkey-cdn') }
|
71
|
-
|
72
|
-
let(:cdn) { Object.new }
|
73
|
-
let(:distribution) { Object.new }
|
74
|
-
|
75
|
-
it 'does not actually invalidate' do
|
76
|
-
expect(::Fog::CDN).to receive(:new).with(provider: 'local', local_root: 'remote').and_return(cdn)
|
77
|
-
expect(cdn).to receive(:get_distribution).with('donkey-cdn').and_return(distribution)
|
78
|
-
|
79
|
-
subject
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
context 'effective run' do
|
85
|
-
include_examples 'effective deploy'
|
86
|
-
|
87
|
-
context 'custom path' do
|
88
|
-
context 'custom path ends with /' do
|
89
|
-
let(:config) do
|
90
|
-
super().merge(path: 'foo/')
|
91
|
-
end
|
92
|
-
|
93
|
-
it 'raises' do
|
94
|
-
expect { subject }.to raise_error('The path `foo/` is not supposed to have a trailing slash')
|
95
|
-
end
|
96
|
-
end
|
97
|
-
|
98
|
-
context 'custom path does not end with /' do
|
99
|
-
let(:config) do
|
100
|
-
super().merge(path: 'foo')
|
101
|
-
end
|
102
|
-
|
103
|
-
it 'modifies remote' do
|
104
|
-
expect { subject }.to change { Dir['remote/**/*'].sort }
|
105
|
-
.to([
|
106
|
-
'remote/bucky',
|
107
|
-
'remote/bucky/foo',
|
108
|
-
'remote/bucky/foo/etc',
|
109
|
-
'remote/bucky/foo/etc/meow',
|
110
|
-
'remote/bucky/foo/woof',
|
111
|
-
])
|
112
|
-
end
|
113
|
-
end
|
114
|
-
end
|
115
|
-
|
116
|
-
context 'bucket already exists' do
|
117
|
-
before do
|
118
|
-
FileUtils.mkdir_p('remote/bucky')
|
119
|
-
end
|
120
|
-
|
121
|
-
include_examples 'effective deploy'
|
122
|
-
end
|
123
|
-
|
124
|
-
context 'remote contains stale file at root' do
|
125
|
-
before do
|
126
|
-
FileUtils.mkdir_p('remote/bucky')
|
127
|
-
File.write('remote/bucky/pig', 'oink?')
|
128
|
-
end
|
129
|
-
|
130
|
-
include_examples 'effective deploy'
|
131
|
-
|
132
|
-
it 'does not contain stale files' do
|
133
|
-
subject
|
134
|
-
expect(Dir['remote/**/*'].sort).not_to include('remote/bucky/pig')
|
135
|
-
end
|
136
|
-
end
|
137
|
-
|
138
|
-
context 'remote contains stale file in subdirectory' do
|
139
|
-
before do
|
140
|
-
FileUtils.mkdir_p('remote/bucky/secret')
|
141
|
-
File.write('remote/bucky/secret/pig', 'oink?')
|
142
|
-
end
|
143
|
-
|
144
|
-
include_examples 'effective deploy'
|
145
|
-
|
146
|
-
it 'does not contain stale files' do
|
147
|
-
subject
|
148
|
-
expect(Dir['remote/**/*'].sort).not_to include('remote/bucky/secret/pig')
|
149
|
-
end
|
150
|
-
end
|
151
|
-
|
152
|
-
context 'with CDN ID' do
|
153
|
-
let(:config) { super().merge(cdn_id: 'donkey-cdn') }
|
154
|
-
|
155
|
-
let(:cdn) { Object.new }
|
156
|
-
let(:distribution) { Object.new }
|
157
|
-
|
158
|
-
it 'invalidates' do
|
159
|
-
expect(::Fog::CDN).to receive(:new).with(provider: 'local', local_root: 'remote').and_return(cdn)
|
160
|
-
expect(cdn).to receive(:get_distribution).with('donkey-cdn').and_return(distribution)
|
161
|
-
expect(cdn).to receive(:post_invalidation).with(distribution, contain_exactly('etc/meow', 'woof'))
|
162
|
-
|
163
|
-
subject
|
164
|
-
end
|
165
|
-
end
|
166
|
-
|
167
|
-
context 'remote list consists of truncated sets' do
|
168
|
-
before do
|
169
|
-
expect(::Fog::Storage).to receive(:new).and_return(fog_storage)
|
170
|
-
expect(fog_storage).to receive(:directories).and_return(directories)
|
171
|
-
expect(directories).to receive(:get).and_return(directory)
|
172
|
-
allow(directory).to receive(:files).and_return(files)
|
173
|
-
expect(files).to receive(:get).with('stray').and_return(file_stray).ordered
|
174
|
-
expect(files).to receive(:each)
|
175
|
-
.and_yield(double(:woof, key: 'woof'))
|
176
|
-
.and_yield(double(:meow, key: 'etc/meow'))
|
177
|
-
.and_yield(double(:stray, key: 'stray'))
|
178
|
-
expect(file_stray).to receive(:destroy)
|
179
|
-
|
180
|
-
expect(files).to receive(:create).with(key: 'woof', body: anything, public: true) do
|
181
|
-
FileUtils.mkdir_p('remote/bucky')
|
182
|
-
File.write('remote/bucky/woof', 'hi')
|
183
|
-
end
|
184
|
-
expect(files).to receive(:create).with(key: 'etc/meow', body: anything, public: true) do
|
185
|
-
FileUtils.mkdir_p('remote/bucky/etc')
|
186
|
-
File.write('remote/bucky/etc/meow', 'hi')
|
187
|
-
end
|
188
|
-
end
|
189
|
-
|
190
|
-
let(:fog_storage) { double(:fog_storage) }
|
191
|
-
let(:directories) { double(:directories) }
|
192
|
-
let(:directory) { double(:directory) }
|
193
|
-
let(:files) { double(:files) }
|
194
|
-
let(:file_stray) { double(:file_stray) }
|
195
|
-
|
196
|
-
include_examples 'effective deploy'
|
197
|
-
end
|
198
|
-
end
|
199
|
-
end
|