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/spec/contributors_spec.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe 'list of contributors in README', chdir: false do
|
4
|
-
let(:contributors_in_readme) do
|
5
|
-
File.readlines('README.md').last.chomp("\n").split(', ')
|
6
|
-
end
|
7
|
-
|
8
|
-
let(:contributors_in_release_notes) do
|
9
|
-
File.read('NEWS.md').scan(/\[[^\]]+\]$/).map { |s| s[1..-2].split(', ') }.flatten
|
10
|
-
end
|
11
|
-
|
12
|
-
it 'should include everyone mentioned in NEWS.md' do
|
13
|
-
diff = (contributors_in_release_notes - contributors_in_readme).uniq.sort
|
14
|
-
expect(diff).to be_empty, "some contributors are missing from the README: #{diff.join(', ')}"
|
15
|
-
end
|
16
|
-
|
17
|
-
it 'should be sorted' do
|
18
|
-
expect(contributors_in_readme).to be_humanly_sorted
|
19
|
-
end
|
20
|
-
end
|
data/spec/gem_spec.rb
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe 'nanoc.gem', chdir: false, stdio: true do
|
4
|
-
around do |ex|
|
5
|
-
Dir['*.gem'].each { |f| FileUtils.rm(f) }
|
6
|
-
ex.run
|
7
|
-
Dir['*.gem'].each { |f| FileUtils.rm(f) }
|
8
|
-
end
|
9
|
-
|
10
|
-
subject do
|
11
|
-
piper = Nanoc::Extra::Piper.new(stdout: $stdout, stderr: $stderr)
|
12
|
-
piper.run(%w[gem build nanoc.gemspec], nil)
|
13
|
-
end
|
14
|
-
|
15
|
-
it 'builds gem' do
|
16
|
-
expect { subject }
|
17
|
-
.to change { Dir['*.gem'] }
|
18
|
-
.from([])
|
19
|
-
.to(include(match(/^nanoc-.*\.gem$/)))
|
20
|
-
end
|
21
|
-
end
|
data/spec/manifest_spec.rb
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe 'manifest', chdir: false do
|
4
|
-
let(:manifest_lines) do
|
5
|
-
File.readlines('nanoc.manifest').map(&:chomp).reject(&:empty?)
|
6
|
-
end
|
7
|
-
|
8
|
-
let(:gemspec_lines) do
|
9
|
-
gemspec = eval(File.read('nanoc.gemspec'), binding, 'nanoc.gemspec')
|
10
|
-
gemspec.files
|
11
|
-
end
|
12
|
-
|
13
|
-
it 'contains all files in gemspec' do
|
14
|
-
missing_from_manifest = gemspec_lines - manifest_lines
|
15
|
-
expect(missing_from_manifest).to be_empty, "Found files that appear in the gemspec, but not in the manifest: #{missing_from_manifest.join(', ')}"
|
16
|
-
end
|
17
|
-
|
18
|
-
it 'contains no files not in gemspec' do
|
19
|
-
extra_in_manifest = manifest_lines - gemspec_lines
|
20
|
-
expect(extra_in_manifest).to be_empty, "Found files that appear in the manifest, but not in the gemspec: #{extra_in_manifest.join(', ')}"
|
21
|
-
end
|
22
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::ChangesStream do
|
4
|
-
let(:simple_stream) do
|
5
|
-
described_class.new do |cl|
|
6
|
-
cl.unknown
|
7
|
-
sleep
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
it 'returns a stream of events generated by the listener' do
|
12
|
-
buffered_stream = DDBuffer.new(1).call(simple_stream)
|
13
|
-
expect(buffered_stream.take(1).to_a).to eq([:unknown])
|
14
|
-
end
|
15
|
-
|
16
|
-
describe '#map' do
|
17
|
-
it 'returns a new maped enum' do
|
18
|
-
stream = simple_stream.map { |e| e.to_s.upcase }
|
19
|
-
buffered_stream = DDBuffer.new(1).call(stream)
|
20
|
-
expect(buffered_stream.take(1).to_a).to eq(['UNKNOWN'])
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
describe '#to_enum' do
|
25
|
-
it 'returns an enumerator corresponding to itself' do
|
26
|
-
buffered_stream = DDBuffer.new(1).call(simple_stream.to_enum)
|
27
|
-
expect(buffered_stream.take(1).to_a).to eq([:unknown])
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
describe '#stop' do
|
32
|
-
let(:simple_stream) do
|
33
|
-
described_class.new do |cl|
|
34
|
-
cl.to_stop { $changes_stream_stopped = true }
|
35
|
-
sleep
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
example do
|
40
|
-
DDBuffer.new(1).call(simple_stream)
|
41
|
-
sleep 0.1
|
42
|
-
expect { simple_stream.stop }.to change { $changes_stream_stopped }.from(nil).to(true)
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
@@ -1,419 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::Checksummer::VerboseDigest do
|
4
|
-
let(:digest) { described_class.new }
|
5
|
-
|
6
|
-
it 'concatenates' do
|
7
|
-
digest.update('foo')
|
8
|
-
digest.update('bar')
|
9
|
-
expect(digest.to_s).to eql('foobar')
|
10
|
-
end
|
11
|
-
end
|
12
|
-
|
13
|
-
describe Nanoc::Int::Checksummer::CompactDigest do
|
14
|
-
let(:digest) { described_class.new }
|
15
|
-
|
16
|
-
it 'uses SHA1 and Base64' do
|
17
|
-
digest.update('foo')
|
18
|
-
digest.update('bar')
|
19
|
-
expect(digest.to_s).to eql(Digest::SHA1.base64digest('foobar'))
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
describe Nanoc::Int::Checksummer do
|
24
|
-
subject { described_class.calc(obj, Nanoc::Int::Checksummer::VerboseDigest) }
|
25
|
-
|
26
|
-
describe '.calc_for_each_attribute_of' do
|
27
|
-
let(:obj) { Nanoc::Int::Item.new('asdf', { 'foo' => 'bar' }, '/foo.md') }
|
28
|
-
|
29
|
-
context 'compact' do
|
30
|
-
subject do
|
31
|
-
described_class.calc_for_each_attribute_of(obj)
|
32
|
-
end
|
33
|
-
|
34
|
-
it { is_expected.to have_key(:foo) }
|
35
|
-
end
|
36
|
-
|
37
|
-
context 'verbose' do
|
38
|
-
subject do
|
39
|
-
described_class.calc_for_each_attribute_of(obj, Nanoc::Int::Checksummer::VerboseDigest)
|
40
|
-
end
|
41
|
-
|
42
|
-
it { is_expected.to eq(foo: 'String<bar>') }
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
context 'String' do
|
47
|
-
let(:obj) { 'hello' }
|
48
|
-
it { is_expected.to eql('String<hello>') }
|
49
|
-
end
|
50
|
-
|
51
|
-
context 'Symbol' do
|
52
|
-
let(:obj) { :hello }
|
53
|
-
it { is_expected.to eql('Symbol<hello>') }
|
54
|
-
end
|
55
|
-
|
56
|
-
context 'nil' do
|
57
|
-
let(:obj) { nil }
|
58
|
-
it { is_expected.to eql('NilClass<>') }
|
59
|
-
end
|
60
|
-
|
61
|
-
context 'true' do
|
62
|
-
let(:obj) { true }
|
63
|
-
it { is_expected.to eql('TrueClass<>') }
|
64
|
-
end
|
65
|
-
|
66
|
-
context 'false' do
|
67
|
-
let(:obj) { false }
|
68
|
-
it { is_expected.to eql('FalseClass<>') }
|
69
|
-
end
|
70
|
-
|
71
|
-
context 'Array' do
|
72
|
-
let(:obj) { %w[hello goodbye] }
|
73
|
-
it { is_expected.to eql('Array<String<hello>,String<goodbye>,>') }
|
74
|
-
|
75
|
-
context 'different order' do
|
76
|
-
let(:obj) { %w[goodbye hello] }
|
77
|
-
it { is_expected.to eql('Array<String<goodbye>,String<hello>,>') }
|
78
|
-
end
|
79
|
-
|
80
|
-
context 'recursive' do
|
81
|
-
let(:obj) { [].tap { |arr| arr << ['hello', arr] } }
|
82
|
-
it { is_expected.to eql('Array<Array<String<hello>,Array<recur>,>,>') }
|
83
|
-
end
|
84
|
-
|
85
|
-
context 'non-serializable' do
|
86
|
-
let(:obj) { [-> {}] }
|
87
|
-
it { is_expected.to match(/\AArray<Proc<#<Proc:0x.*@.*:\d+.*>>,>\z/) }
|
88
|
-
end
|
89
|
-
end
|
90
|
-
|
91
|
-
context 'Hash' do
|
92
|
-
let(:obj) { { 'a' => 'foo', 'b' => 'bar' } }
|
93
|
-
it { is_expected.to eql('Hash<String<a>=String<foo>,String<b>=String<bar>,>') }
|
94
|
-
|
95
|
-
context 'different order' do
|
96
|
-
let(:obj) { { 'b' => 'bar', 'a' => 'foo' } }
|
97
|
-
it { is_expected.to eql('Hash<String<b>=String<bar>,String<a>=String<foo>,>') }
|
98
|
-
end
|
99
|
-
|
100
|
-
context 'non-serializable' do
|
101
|
-
let(:obj) { { 'a' => -> {} } }
|
102
|
-
it { is_expected.to match(/\AHash<String<a>=Proc<#<Proc:0x.*@.*:\d+.*>>,>\z/) }
|
103
|
-
end
|
104
|
-
|
105
|
-
context 'recursive values' do
|
106
|
-
let(:obj) { {}.tap { |hash| hash['a'] = hash } }
|
107
|
-
it { is_expected.to eql('Hash<String<a>=Hash<recur>,>') }
|
108
|
-
end
|
109
|
-
|
110
|
-
context 'recursive keys' do
|
111
|
-
let(:obj) { {}.tap { |hash| hash[hash] = 'hello' } }
|
112
|
-
it { is_expected.to eql('Hash<Hash<recur>=String<hello>,>') }
|
113
|
-
end
|
114
|
-
end
|
115
|
-
|
116
|
-
context 'Pathname' do
|
117
|
-
let(:obj) { ::Pathname.new(filename) }
|
118
|
-
|
119
|
-
let(:filename) { '/tmp/whatever' }
|
120
|
-
let(:mtime) { 200 }
|
121
|
-
let(:data) { 'stuffs' }
|
122
|
-
|
123
|
-
before do
|
124
|
-
FileUtils.mkdir_p(File.dirname(filename))
|
125
|
-
File.write(filename, data)
|
126
|
-
File.utime(mtime, mtime, filename)
|
127
|
-
end
|
128
|
-
|
129
|
-
it { is_expected.to eql('Pathname<6-200>') }
|
130
|
-
|
131
|
-
context 'does not exist' do
|
132
|
-
before do
|
133
|
-
FileUtils.rm_rf(filename)
|
134
|
-
end
|
135
|
-
|
136
|
-
it { is_expected.to eql('Pathname<???>') }
|
137
|
-
end
|
138
|
-
|
139
|
-
context 'different data' do
|
140
|
-
let(:data) { 'other stuffs :o' }
|
141
|
-
it { is_expected.to eql('Pathname<15-200>') }
|
142
|
-
end
|
143
|
-
end
|
144
|
-
|
145
|
-
context 'Time' do
|
146
|
-
let(:obj) { Time.at(111_223) }
|
147
|
-
it { is_expected.to eql('Time<111223>') }
|
148
|
-
end
|
149
|
-
|
150
|
-
context 'Float' do
|
151
|
-
let(:obj) { 3.14 }
|
152
|
-
it { is_expected.to eql('Float<3.14>') }
|
153
|
-
end
|
154
|
-
|
155
|
-
context 'Fixnum/Integer' do
|
156
|
-
let(:obj) { 3 }
|
157
|
-
it { is_expected.to match(/\A(Integer|Fixnum)<3>\z/) }
|
158
|
-
end
|
159
|
-
|
160
|
-
context 'Nanoc::Identifier' do
|
161
|
-
let(:obj) { Nanoc::Identifier.new('/foo.md') }
|
162
|
-
it { is_expected.to eql('Nanoc::Identifier<String</foo.md>>') }
|
163
|
-
end
|
164
|
-
|
165
|
-
context 'Nanoc::RuleDSL::RulesCollection' do
|
166
|
-
let(:obj) do
|
167
|
-
Nanoc::RuleDSL::RulesCollection.new.tap { |rc| rc.data = data }
|
168
|
-
end
|
169
|
-
|
170
|
-
let(:data) { 'STUFF!' }
|
171
|
-
|
172
|
-
it { is_expected.to eql('Nanoc::RuleDSL::RulesCollection<String<STUFF!>>') }
|
173
|
-
end
|
174
|
-
|
175
|
-
context 'Nanoc::Int::CodeSnippet' do
|
176
|
-
let(:obj) { Nanoc::Int::CodeSnippet.new('asdf', '/bob.rb') }
|
177
|
-
it { is_expected.to eql('Nanoc::Int::CodeSnippet<String<asdf>>') }
|
178
|
-
end
|
179
|
-
|
180
|
-
context 'Nanoc::Int::Configuration' do
|
181
|
-
let(:obj) { Nanoc::Int::Configuration.new(hash: { 'foo' => 'bar' }) }
|
182
|
-
it { is_expected.to eql('Nanoc::Int::Configuration<Symbol<foo>=String<bar>,>') }
|
183
|
-
end
|
184
|
-
|
185
|
-
context 'Nanoc::Int::Item' do
|
186
|
-
let(:obj) { Nanoc::Int::Item.new('asdf', { 'foo' => 'bar' }, '/foo.md') }
|
187
|
-
|
188
|
-
it { is_expected.to eql('Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<Symbol<foo>=String<bar>,>,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
189
|
-
|
190
|
-
context 'binary' do
|
191
|
-
let(:filename) { File.expand_path('foo.dat') }
|
192
|
-
let(:content) { Nanoc::Int::BinaryContent.new(filename) }
|
193
|
-
let(:obj) { Nanoc::Int::Item.new(content, { 'foo' => 'bar' }, '/foo.md') }
|
194
|
-
|
195
|
-
let(:mtime) { 200 }
|
196
|
-
let(:data) { 'stuffs' }
|
197
|
-
|
198
|
-
before do
|
199
|
-
File.write(content.filename, data)
|
200
|
-
File.utime(mtime, mtime, content.filename)
|
201
|
-
end
|
202
|
-
|
203
|
-
it { is_expected.to eql('Nanoc::Int::Item<content=Nanoc::Int::BinaryContent<Pathname<6-200>>,attributes=Hash<Symbol<foo>=String<bar>,>,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
204
|
-
end
|
205
|
-
|
206
|
-
context 'recursive attributes' do
|
207
|
-
before do
|
208
|
-
obj.attributes[:foo] = obj
|
209
|
-
end
|
210
|
-
|
211
|
-
it { is_expected.to eql('Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<Symbol<foo>=Nanoc::Int::Item<recur>,>,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
212
|
-
end
|
213
|
-
|
214
|
-
context 'with checksum' do
|
215
|
-
let(:obj) { Nanoc::Int::Item.new('asdf', { 'foo' => 'bar' }, '/foo.md', checksum_data: 'abcdef') }
|
216
|
-
|
217
|
-
it { is_expected.to eql('Nanoc::Int::Item<checksum_data=abcdef>') }
|
218
|
-
end
|
219
|
-
|
220
|
-
context 'with content checksum' do
|
221
|
-
let(:obj) { Nanoc::Int::Item.new('asdf', { 'foo' => 'bar' }, '/foo.md', content_checksum_data: 'con-cs') }
|
222
|
-
|
223
|
-
it { is_expected.to eql('Nanoc::Int::Item<content_checksum_data=con-cs,attributes=Hash<Symbol<foo>=String<bar>,>,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
224
|
-
end
|
225
|
-
|
226
|
-
context 'with attributes checksum' do
|
227
|
-
let(:obj) { Nanoc::Int::Item.new('asdf', { 'foo' => 'bar' }, '/foo.md', attributes_checksum_data: 'attr-cs') }
|
228
|
-
|
229
|
-
it { is_expected.to eql('Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes_checksum_data=attr-cs,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
230
|
-
end
|
231
|
-
end
|
232
|
-
|
233
|
-
context 'Nanoc::Int::Layout' do
|
234
|
-
let(:obj) { Nanoc::Int::Layout.new('asdf', { 'foo' => 'bar' }, '/foo.md') }
|
235
|
-
|
236
|
-
it { is_expected.to eql('Nanoc::Int::Layout<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<Symbol<foo>=String<bar>,>,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
237
|
-
|
238
|
-
context 'recursive attributes' do
|
239
|
-
before do
|
240
|
-
obj.attributes[:foo] = obj
|
241
|
-
end
|
242
|
-
|
243
|
-
it { is_expected.to eql('Nanoc::Int::Layout<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<Symbol<foo>=Nanoc::Int::Layout<recur>,>,identifier=Nanoc::Identifier<String</foo.md>>>') }
|
244
|
-
end
|
245
|
-
|
246
|
-
context 'with checksum' do
|
247
|
-
let(:obj) { Nanoc::Int::Layout.new('asdf', { 'foo' => 'bar' }, '/foo.md', checksum_data: 'abcdef') }
|
248
|
-
|
249
|
-
it { is_expected.to eql('Nanoc::Int::Layout<checksum_data=abcdef>') }
|
250
|
-
end
|
251
|
-
end
|
252
|
-
|
253
|
-
context 'Nanoc::CompilationItemView' do
|
254
|
-
let(:obj) { Nanoc::CompilationItemView.new(item, nil) }
|
255
|
-
let(:item) { Nanoc::Int::Item.new('asdf', {}, '/foo.md') }
|
256
|
-
|
257
|
-
it { is_expected.to eql('Nanoc::CompilationItemView<Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>>') }
|
258
|
-
end
|
259
|
-
|
260
|
-
context 'Nanoc::Int::ItemRep' do
|
261
|
-
let(:obj) { Nanoc::Int::ItemRep.new(item, :pdf) }
|
262
|
-
let(:item) { Nanoc::Int::Item.new('asdf', {}, '/foo.md') }
|
263
|
-
|
264
|
-
it { is_expected.to eql('Nanoc::Int::ItemRep<item=Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,name=Symbol<pdf>>') }
|
265
|
-
end
|
266
|
-
|
267
|
-
context 'Nanoc::BasicItemRepView' do
|
268
|
-
let(:obj) { Nanoc::BasicItemRepView.new(rep, :_unused_context) }
|
269
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, :pdf) }
|
270
|
-
let(:item) { Nanoc::Int::Item.new('asdf', {}, '/foo.md') }
|
271
|
-
|
272
|
-
it { is_expected.to eql('Nanoc::BasicItemRepView<Nanoc::Int::ItemRep<item=Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,name=Symbol<pdf>>>') }
|
273
|
-
end
|
274
|
-
|
275
|
-
context 'Nanoc::CompilationItemRepView' do
|
276
|
-
let(:obj) { Nanoc::CompilationItemRepView.new(rep, :_unused_context) }
|
277
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, :pdf) }
|
278
|
-
let(:item) { Nanoc::Int::Item.new('asdf', {}, '/foo.md') }
|
279
|
-
|
280
|
-
it { is_expected.to eql('Nanoc::CompilationItemRepView<Nanoc::Int::ItemRep<item=Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,name=Symbol<pdf>>>') }
|
281
|
-
end
|
282
|
-
|
283
|
-
context 'Nanoc::BasicItemView' do
|
284
|
-
let(:obj) { Nanoc::BasicItemView.new(item, nil) }
|
285
|
-
let(:item) { Nanoc::Int::Item.new('asdf', {}, '/foo.md') }
|
286
|
-
|
287
|
-
it { is_expected.to eql('Nanoc::BasicItemView<Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>>') }
|
288
|
-
end
|
289
|
-
|
290
|
-
context 'Nanoc::LayoutView' do
|
291
|
-
let(:obj) { Nanoc::LayoutView.new(layout, nil) }
|
292
|
-
let(:layout) { Nanoc::Int::Layout.new('asdf', {}, '/foo.md') }
|
293
|
-
|
294
|
-
it { is_expected.to eql('Nanoc::LayoutView<Nanoc::Int::Layout<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>>') }
|
295
|
-
end
|
296
|
-
|
297
|
-
context 'Nanoc::ConfigView' do
|
298
|
-
let(:obj) { Nanoc::ConfigView.new(config, nil) }
|
299
|
-
let(:config) { Nanoc::Int::Configuration.new(hash: { 'foo' => 'bar' }) }
|
300
|
-
|
301
|
-
it { is_expected.to eql('Nanoc::ConfigView<Nanoc::Int::Configuration<Symbol<foo>=String<bar>,>>') }
|
302
|
-
end
|
303
|
-
|
304
|
-
context 'Nanoc::ItemCollectionWithRepsView' do
|
305
|
-
let(:obj) { Nanoc::ItemCollectionWithRepsView.new(wrapped, nil) }
|
306
|
-
|
307
|
-
let(:config) { Nanoc::Int::Configuration.new(hash: { 'foo' => 'bar' }) }
|
308
|
-
|
309
|
-
let(:wrapped) do
|
310
|
-
Nanoc::Int::ItemCollection.new(
|
311
|
-
config,
|
312
|
-
[
|
313
|
-
Nanoc::Int::Item.new('foo', {}, '/foo.md'),
|
314
|
-
Nanoc::Int::Item.new('bar', {}, '/foo.md'),
|
315
|
-
],
|
316
|
-
)
|
317
|
-
end
|
318
|
-
|
319
|
-
it { is_expected.to eql('Nanoc::ItemCollectionWithRepsView<Nanoc::Int::ItemCollection<Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<foo>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<bar>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,>>') }
|
320
|
-
end
|
321
|
-
|
322
|
-
context 'Nanoc::ItemCollectionWithoutRepsView' do
|
323
|
-
let(:obj) { Nanoc::ItemCollectionWithoutRepsView.new(wrapped, nil) }
|
324
|
-
|
325
|
-
let(:config) { Nanoc::Int::Configuration.new(hash: { 'foo' => 'bar' }) }
|
326
|
-
|
327
|
-
let(:wrapped) do
|
328
|
-
Nanoc::Int::ItemCollection.new(
|
329
|
-
config,
|
330
|
-
[
|
331
|
-
Nanoc::Int::Item.new('foo', {}, '/foo.md'),
|
332
|
-
Nanoc::Int::Item.new('bar', {}, '/foo.md'),
|
333
|
-
],
|
334
|
-
)
|
335
|
-
end
|
336
|
-
|
337
|
-
it { is_expected.to eql('Nanoc::ItemCollectionWithoutRepsView<Nanoc::Int::ItemCollection<Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<foo>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<bar>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>,>>') }
|
338
|
-
end
|
339
|
-
|
340
|
-
context 'Nanoc::RuleDSL::RuleContext' do
|
341
|
-
let(:obj) { Nanoc::RuleDSL::RuleContext.new(rep: rep, site: site, executor: executor, view_context: view_context) }
|
342
|
-
|
343
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, :pdf) }
|
344
|
-
let(:item) { Nanoc::Int::Item.new('stuff', {}, '/stuff.md') }
|
345
|
-
|
346
|
-
let(:site) do
|
347
|
-
Nanoc::Int::Site.new(
|
348
|
-
config: config,
|
349
|
-
code_snippets: code_snippets,
|
350
|
-
data_source: Nanoc::Int::InMemDataSource.new(items, layouts),
|
351
|
-
)
|
352
|
-
end
|
353
|
-
|
354
|
-
let(:config) { Nanoc::Int::Configuration.new(hash: { 'foo' => 'bar' }) }
|
355
|
-
let(:code_snippets) { [Nanoc::Int::CodeSnippet.new('asdf', '/bob.rb')] }
|
356
|
-
let(:items) { [item] }
|
357
|
-
let(:layouts) { [Nanoc::Int::Layout.new('asdf', {}, '/foo.md')] }
|
358
|
-
|
359
|
-
let(:executor) { :_unused_ }
|
360
|
-
let(:view_context) { :_unused_ }
|
361
|
-
|
362
|
-
let(:expected_item_checksum) { 'Nanoc::Int::Item<content=Nanoc::Int::TextualContent<String<stuff>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</stuff.md>>>' }
|
363
|
-
let(:expected_item_rep_checksum) { 'Nanoc::Int::ItemRep<item=' + expected_item_checksum + ',name=Symbol<pdf>>' }
|
364
|
-
let(:expected_layout_checksum) { 'Nanoc::Int::Layout<content=Nanoc::Int::TextualContent<String<asdf>>,attributes=Hash<>,identifier=Nanoc::Identifier<String</foo.md>>>' }
|
365
|
-
let(:expected_config_checksum) { 'Nanoc::Int::Configuration<Symbol<foo>=String<bar>,>' }
|
366
|
-
|
367
|
-
let(:expected_checksum) do
|
368
|
-
[
|
369
|
-
'Nanoc::RuleDSL::RuleContext<',
|
370
|
-
'item=',
|
371
|
-
'Nanoc::BasicItemView<' + expected_item_checksum + '>',
|
372
|
-
',rep=',
|
373
|
-
'Nanoc::BasicItemRepView<' + expected_item_rep_checksum + '>',
|
374
|
-
',items=',
|
375
|
-
'Nanoc::ItemCollectionWithoutRepsView<Array<' + expected_item_checksum + ',>>',
|
376
|
-
',layouts=',
|
377
|
-
'Nanoc::LayoutCollectionView<Array<' + expected_layout_checksum + ',>>',
|
378
|
-
',config=',
|
379
|
-
'Nanoc::ConfigView<' + expected_config_checksum + '>',
|
380
|
-
'>',
|
381
|
-
].join('')
|
382
|
-
end
|
383
|
-
|
384
|
-
it { is_expected.to eql(expected_checksum) }
|
385
|
-
end
|
386
|
-
|
387
|
-
context 'Nanoc::Int::Context' do
|
388
|
-
let(:obj) { Nanoc::Int::Context.new(foo: 123) }
|
389
|
-
|
390
|
-
it { is_expected.to match(/\ANanoc::Int::Context<@foo=(Fixnum|Integer)<123>,>\z/) }
|
391
|
-
end
|
392
|
-
|
393
|
-
context 'Sass::Importers::Filesystem' do
|
394
|
-
let(:obj) { Sass::Importers::Filesystem.new('/foo') }
|
395
|
-
|
396
|
-
before { require 'sass' }
|
397
|
-
|
398
|
-
it { is_expected.to eql('Sass::Importers::Filesystem<root=/foo>') }
|
399
|
-
end
|
400
|
-
|
401
|
-
context 'other marshal-able classes' do
|
402
|
-
let(:obj) { klass.new('hello') }
|
403
|
-
|
404
|
-
let(:klass) do
|
405
|
-
Class.new do
|
406
|
-
def initialize(a)
|
407
|
-
@a = a
|
408
|
-
end
|
409
|
-
end
|
410
|
-
end
|
411
|
-
|
412
|
-
it { is_expected.to match(/\A#<Class:0x[0-9a-f]+><.*>\z/) }
|
413
|
-
end
|
414
|
-
|
415
|
-
context 'other non-marshal-able classes' do
|
416
|
-
let(:obj) { proc {} }
|
417
|
-
it { is_expected.to match(/\AProc<#<Proc:0x.*@.*:\d+.*>>\z/) }
|
418
|
-
end
|
419
|
-
end
|