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,142 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::Compiler::Stages::CompileReps do
|
4
|
-
let(:stage) do
|
5
|
-
described_class.new(
|
6
|
-
reps: reps,
|
7
|
-
outdatedness_store: outdatedness_store,
|
8
|
-
dependency_store: dependency_store,
|
9
|
-
action_sequences: action_sequences,
|
10
|
-
compilation_context: compilation_context,
|
11
|
-
compiled_content_cache: compiled_content_cache,
|
12
|
-
)
|
13
|
-
end
|
14
|
-
|
15
|
-
let(:compilation_context) do
|
16
|
-
Nanoc::Int::CompilationContext.new(
|
17
|
-
action_provider: action_provider,
|
18
|
-
reps: reps,
|
19
|
-
site: site,
|
20
|
-
compiled_content_cache: compiled_content_cache,
|
21
|
-
snapshot_repo: snapshot_repo,
|
22
|
-
)
|
23
|
-
end
|
24
|
-
|
25
|
-
let(:action_provider) { double(:action_provider) }
|
26
|
-
let(:action_sequences) { double(:action_sequences) }
|
27
|
-
let(:reps) { Nanoc::Int::ItemRepRepo.new }
|
28
|
-
let(:compiled_content_cache) { Nanoc::Int::CompiledContentCache.new(items: items, site: site) }
|
29
|
-
let(:snapshot_repo) { Nanoc::Int::SnapshotRepo.new }
|
30
|
-
|
31
|
-
let(:outdatedness_store) { Nanoc::Int::OutdatednessStore.new(site: site) }
|
32
|
-
let(:dependency_store) { Nanoc::Int::DependencyStore.new(items, layouts, config) }
|
33
|
-
|
34
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, :default) }
|
35
|
-
let(:item) { Nanoc::Int::Item.new('<%= 1 + 2 %>', {}, '/hi.md') }
|
36
|
-
|
37
|
-
let(:other_rep) { Nanoc::Int::ItemRep.new(other_item, :default) }
|
38
|
-
let(:other_item) { Nanoc::Int::Item.new('other content', {}, '/other.md') }
|
39
|
-
|
40
|
-
let(:site) do
|
41
|
-
Nanoc::Int::Site.new(
|
42
|
-
config: config,
|
43
|
-
code_snippets: code_snippets,
|
44
|
-
data_source: Nanoc::Int::InMemDataSource.new(items, layouts),
|
45
|
-
)
|
46
|
-
end
|
47
|
-
|
48
|
-
let(:config) { Nanoc::Int::Configuration.new.with_defaults }
|
49
|
-
let(:code_snippets) { [] }
|
50
|
-
|
51
|
-
let(:layouts) do
|
52
|
-
Nanoc::Int::LayoutCollection.new(config)
|
53
|
-
end
|
54
|
-
|
55
|
-
let(:items) do
|
56
|
-
Nanoc::Int::ItemCollection.new(
|
57
|
-
config,
|
58
|
-
[item, other_item],
|
59
|
-
)
|
60
|
-
end
|
61
|
-
|
62
|
-
let(:memory) do
|
63
|
-
actions =
|
64
|
-
[
|
65
|
-
Nanoc::Int::ProcessingActions::Filter.new(:erb, {}),
|
66
|
-
Nanoc::Int::ProcessingActions::Snapshot.new([:last], []),
|
67
|
-
]
|
68
|
-
|
69
|
-
Nanoc::Int::ActionSequence.new(nil, actions: actions)
|
70
|
-
end
|
71
|
-
|
72
|
-
before do
|
73
|
-
reps << rep
|
74
|
-
reps << other_rep
|
75
|
-
|
76
|
-
reps.each do |rep|
|
77
|
-
rep.snapshot_defs << Nanoc::Int::SnapshotDef.new(:last, binary: false)
|
78
|
-
end
|
79
|
-
|
80
|
-
allow(action_sequences).to receive(:[]).with(rep).and_return(memory)
|
81
|
-
allow(action_sequences).to receive(:[]).with(other_rep).and_return(memory)
|
82
|
-
end
|
83
|
-
|
84
|
-
describe '#compile_reps' do
|
85
|
-
subject { stage.run }
|
86
|
-
|
87
|
-
let(:snapshot_defs_for_rep) do
|
88
|
-
[Nanoc::Int::SnapshotDef.new(:last, binary: false)]
|
89
|
-
end
|
90
|
-
|
91
|
-
let(:snapshot_defs_for_other_rep) do
|
92
|
-
[Nanoc::Int::SnapshotDef.new(:last, binary: false)]
|
93
|
-
end
|
94
|
-
|
95
|
-
context 'rep not in outdatedness store' do
|
96
|
-
it 'keeps the item rep out of the outdatedness store' do
|
97
|
-
expect(outdatedness_store.include?(rep)).not_to be
|
98
|
-
expect { subject }.not_to change { outdatedness_store.include?(rep) }
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
context 'rep in outdatedness store' do
|
103
|
-
before { outdatedness_store.add(rep) }
|
104
|
-
|
105
|
-
it 'compiles individual reps' do
|
106
|
-
expect { subject }.to change { snapshot_repo.get(rep, :last) }
|
107
|
-
.from(nil)
|
108
|
-
.to(some_textual_content('3'))
|
109
|
-
end
|
110
|
-
|
111
|
-
it 'removes the item rep from the outdatedness store' do
|
112
|
-
expect { subject }.to change { outdatedness_store.include?(rep) }.from(true).to(false)
|
113
|
-
end
|
114
|
-
|
115
|
-
context 'exception' do
|
116
|
-
let(:item) { Nanoc::Int::Item.new('<%= raise "lol" %>', {}, '/hi.md') }
|
117
|
-
|
118
|
-
it 'wraps exception' do
|
119
|
-
expect { subject }.to raise_error(Nanoc::Int::Errors::CompilationError)
|
120
|
-
end
|
121
|
-
|
122
|
-
it 'contains the right item rep in the wrapped exception' do
|
123
|
-
expect { subject }.to raise_error do |err|
|
124
|
-
expect(err.item_rep).to eql(rep)
|
125
|
-
end
|
126
|
-
end
|
127
|
-
|
128
|
-
it 'contains the right wrapped exception' do
|
129
|
-
expect { subject }.to raise_error do |err|
|
130
|
-
expect(err.unwrap).to be_a(RuntimeError)
|
131
|
-
expect(err.unwrap.message).to eq('lol')
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
it 'keeps the item rep in the outdatedness store' do
|
136
|
-
expect(outdatedness_store.include?(rep)).to be
|
137
|
-
expect { subject rescue nil }.not_to change { outdatedness_store.include?(rep) }
|
138
|
-
end
|
139
|
-
end
|
140
|
-
end
|
141
|
-
end
|
142
|
-
end
|
@@ -1,148 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::Compiler::Stages::DetermineOutdatedness do
|
4
|
-
let(:stage) do
|
5
|
-
described_class.new(
|
6
|
-
reps: reps,
|
7
|
-
outdatedness_checker: outdatedness_checker,
|
8
|
-
outdatedness_store: outdatedness_store,
|
9
|
-
)
|
10
|
-
end
|
11
|
-
|
12
|
-
let(:reps) do
|
13
|
-
Nanoc::Int::ItemRepRepo.new
|
14
|
-
end
|
15
|
-
|
16
|
-
let(:outdatedness_checker) do
|
17
|
-
double(:outdatedness_checker)
|
18
|
-
end
|
19
|
-
|
20
|
-
let(:outdatedness_store) do
|
21
|
-
Nanoc::Int::OutdatednessStore.new
|
22
|
-
end
|
23
|
-
|
24
|
-
describe '#run' do
|
25
|
-
subject { stage.run }
|
26
|
-
|
27
|
-
context 'outdatedness store is empty' do
|
28
|
-
let(:item) do
|
29
|
-
Nanoc::Int::Item.new('', {}, '/hi.md')
|
30
|
-
end
|
31
|
-
|
32
|
-
let(:rep) do
|
33
|
-
Nanoc::Int::ItemRep.new(item, :woof)
|
34
|
-
end
|
35
|
-
|
36
|
-
let(:other_rep) do
|
37
|
-
Nanoc::Int::ItemRep.new(item, :bark)
|
38
|
-
end
|
39
|
-
|
40
|
-
context 'outdatedness checker thinks rep is outdated' do
|
41
|
-
before do
|
42
|
-
reps << rep
|
43
|
-
reps << other_rep
|
44
|
-
|
45
|
-
expect(outdatedness_checker)
|
46
|
-
.to receive(:outdated?).with(rep).and_return(true)
|
47
|
-
|
48
|
-
expect(outdatedness_checker)
|
49
|
-
.to receive(:outdated?).with(other_rep).and_return(false)
|
50
|
-
end
|
51
|
-
|
52
|
-
it 'adds the rep' do
|
53
|
-
expect { subject }
|
54
|
-
.to change { outdatedness_store.include?(rep) }
|
55
|
-
.from(false)
|
56
|
-
.to(true)
|
57
|
-
end
|
58
|
-
|
59
|
-
it 'also adds the other rep' do
|
60
|
-
expect { subject }
|
61
|
-
.to change { outdatedness_store.include?(other_rep) }
|
62
|
-
.from(false)
|
63
|
-
.to(true)
|
64
|
-
end
|
65
|
-
|
66
|
-
it 'returns a list with the known rep’s item' do
|
67
|
-
expect(subject).to eq([rep.item])
|
68
|
-
end
|
69
|
-
end
|
70
|
-
|
71
|
-
context 'outdatedness checker thinks rep is not outdated' do
|
72
|
-
it 'keeps the outdatedness store empty' do
|
73
|
-
expect { subject }
|
74
|
-
.not_to change { outdatedness_store.empty? }
|
75
|
-
end
|
76
|
-
|
77
|
-
it 'returns an empty list' do
|
78
|
-
expect(subject).to be_empty
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
context 'outdatedness store contains known rep' do
|
84
|
-
let(:item) do
|
85
|
-
Nanoc::Int::Item.new('', {}, '/hi.md')
|
86
|
-
end
|
87
|
-
|
88
|
-
let(:rep) do
|
89
|
-
Nanoc::Int::ItemRep.new(item, :woof)
|
90
|
-
end
|
91
|
-
|
92
|
-
let(:other_rep) do
|
93
|
-
Nanoc::Int::ItemRep.new(item, :bark)
|
94
|
-
end
|
95
|
-
|
96
|
-
before do
|
97
|
-
reps << rep
|
98
|
-
reps << other_rep
|
99
|
-
|
100
|
-
outdatedness_store.add(rep)
|
101
|
-
|
102
|
-
expect(outdatedness_checker)
|
103
|
-
.to receive(:outdated?).with(other_rep).and_return(false)
|
104
|
-
end
|
105
|
-
|
106
|
-
it 'keeps the rep' do
|
107
|
-
expect { subject }
|
108
|
-
.not_to change { outdatedness_store.include?(rep) }
|
109
|
-
end
|
110
|
-
|
111
|
-
it 'also adds the other rep' do
|
112
|
-
expect { subject }
|
113
|
-
.to change { outdatedness_store.include?(other_rep) }
|
114
|
-
.from(false)
|
115
|
-
.to(true)
|
116
|
-
end
|
117
|
-
|
118
|
-
it 'returns a list with the known rep’s item' do
|
119
|
-
expect(subject).to eq([rep.item])
|
120
|
-
end
|
121
|
-
end
|
122
|
-
|
123
|
-
context 'outdatedness store contains unknown rep' do
|
124
|
-
let(:item) do
|
125
|
-
Nanoc::Int::Item.new('', {}, '/hi.md')
|
126
|
-
end
|
127
|
-
|
128
|
-
let(:unknown_rep) do
|
129
|
-
Nanoc::Int::ItemRep.new(item, :woof)
|
130
|
-
end
|
131
|
-
|
132
|
-
before do
|
133
|
-
outdatedness_store.add(unknown_rep)
|
134
|
-
end
|
135
|
-
|
136
|
-
it 'removes the unknown rep' do
|
137
|
-
expect { subject }
|
138
|
-
.to change { outdatedness_store.include?(unknown_rep) }
|
139
|
-
.from(true)
|
140
|
-
.to(false)
|
141
|
-
end
|
142
|
-
|
143
|
-
it 'returns an empty list' do
|
144
|
-
expect(subject).to be_empty
|
145
|
-
end
|
146
|
-
end
|
147
|
-
end
|
148
|
-
end
|
@@ -1,110 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::Compiler::Stages::Preprocess do
|
4
|
-
let(:stage) do
|
5
|
-
described_class.new(
|
6
|
-
action_provider: action_provider,
|
7
|
-
site: site,
|
8
|
-
dependency_store: dependency_store,
|
9
|
-
checksum_store: checksum_store,
|
10
|
-
)
|
11
|
-
end
|
12
|
-
|
13
|
-
let(:action_provider) do
|
14
|
-
double(:action_provider)
|
15
|
-
end
|
16
|
-
|
17
|
-
let(:site) do
|
18
|
-
Nanoc::Int::Site.new(
|
19
|
-
config: config,
|
20
|
-
code_snippets: [],
|
21
|
-
data_source: data_source,
|
22
|
-
)
|
23
|
-
end
|
24
|
-
|
25
|
-
let(:data_source) { Nanoc::Int::InMemDataSource.new(items, layouts) }
|
26
|
-
let(:config) { Nanoc::Int::Configuration.new.with_defaults }
|
27
|
-
let(:items) { Nanoc::Int::ItemCollection.new(config) }
|
28
|
-
let(:layouts) { Nanoc::Int::LayoutCollection.new(config) }
|
29
|
-
|
30
|
-
let(:dependency_store) do
|
31
|
-
Nanoc::Int::DependencyStore.new(items, layouts, config, site: site)
|
32
|
-
end
|
33
|
-
|
34
|
-
let(:checksum_store) do
|
35
|
-
Nanoc::Int::ChecksumStore.new(site: site, objects: items.to_a + layouts.to_a)
|
36
|
-
end
|
37
|
-
|
38
|
-
describe '#run' do
|
39
|
-
subject { stage.run }
|
40
|
-
|
41
|
-
context 'no preprocessing needed' do
|
42
|
-
before do
|
43
|
-
expect(action_provider).to receive(:need_preprocessing?).and_return(false)
|
44
|
-
end
|
45
|
-
|
46
|
-
it 'marks the site as preprocessed' do
|
47
|
-
expect { subject }
|
48
|
-
.to change { site.preprocessed? }
|
49
|
-
.from(false)
|
50
|
-
.to(true)
|
51
|
-
end
|
52
|
-
|
53
|
-
it 'freezes the site' do
|
54
|
-
subject
|
55
|
-
end
|
56
|
-
end
|
57
|
-
|
58
|
-
context 'preprocessing needed' do
|
59
|
-
let(:new_item) { Nanoc::Int::Item.new('new item', {}, '/new.md') }
|
60
|
-
let(:new_layout) { Nanoc::Int::Layout.new('new layout', {}, '/new.md') }
|
61
|
-
|
62
|
-
before do
|
63
|
-
expect(action_provider).to receive(:need_preprocessing?).and_return(true)
|
64
|
-
|
65
|
-
expect(action_provider).to receive(:preprocess) do |site|
|
66
|
-
site.data_source =
|
67
|
-
Nanoc::Int::InMemDataSource.new(
|
68
|
-
Nanoc::Int::ItemCollection.new(config, [new_item]),
|
69
|
-
Nanoc::Int::LayoutCollection.new(config, [new_layout]),
|
70
|
-
)
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
it 'marks the site as preprocessed' do
|
75
|
-
expect { subject }
|
76
|
-
.to change { site.preprocessed? }
|
77
|
-
.from(false)
|
78
|
-
.to(true)
|
79
|
-
end
|
80
|
-
|
81
|
-
it 'freezes the site' do
|
82
|
-
expect { subject }
|
83
|
-
.to change { site.config.frozen? }
|
84
|
-
.from(false)
|
85
|
-
.to(true)
|
86
|
-
end
|
87
|
-
|
88
|
-
it 'sets items on dependency store' do
|
89
|
-
expect { subject }
|
90
|
-
.to change { dependency_store.items.to_a }
|
91
|
-
.from([])
|
92
|
-
.to([new_item])
|
93
|
-
end
|
94
|
-
|
95
|
-
it 'sets layouts on dependency store' do
|
96
|
-
expect { subject }
|
97
|
-
.to change { dependency_store.layouts.to_a }
|
98
|
-
.from([])
|
99
|
-
.to([new_layout])
|
100
|
-
end
|
101
|
-
|
102
|
-
it 'sets data on checksum store' do
|
103
|
-
expect { subject }
|
104
|
-
.to change { checksum_store.objects.to_a }
|
105
|
-
.from([])
|
106
|
-
.to(match_array([new_item, new_layout, config]))
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
110
|
-
end
|
@@ -1,245 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::DependencyTracker do
|
4
|
-
let(:tracker) { described_class.new(store) }
|
5
|
-
|
6
|
-
let(:store) { Nanoc::Int::DependencyStore.new(empty_items, empty_layouts, config) }
|
7
|
-
|
8
|
-
let(:item_a) { Nanoc::Int::Item.new('a', {}, '/a.md') }
|
9
|
-
let(:item_b) { Nanoc::Int::Item.new('b', {}, '/b.md') }
|
10
|
-
let(:item_c) { Nanoc::Int::Item.new('c', {}, '/c.md') }
|
11
|
-
|
12
|
-
let(:empty_items) { Nanoc::Int::ItemCollection.new(config) }
|
13
|
-
let(:empty_layouts) { Nanoc::Int::LayoutCollection.new(config) }
|
14
|
-
|
15
|
-
let(:config) { Nanoc::Int::Configuration.new.with_defaults }
|
16
|
-
|
17
|
-
shared_examples 'a null dependency tracker' do
|
18
|
-
let(:tracker) { Nanoc::Int::DependencyTracker::Null.new }
|
19
|
-
|
20
|
-
example do
|
21
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_a) }
|
22
|
-
end
|
23
|
-
|
24
|
-
example do
|
25
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
26
|
-
end
|
27
|
-
|
28
|
-
example do
|
29
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
30
|
-
end
|
31
|
-
|
32
|
-
example do
|
33
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_a) }
|
34
|
-
end
|
35
|
-
|
36
|
-
example do
|
37
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_b) }
|
38
|
-
end
|
39
|
-
|
40
|
-
example do
|
41
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_c) }
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
describe '#enter and #exit' do
|
46
|
-
context 'enter' do
|
47
|
-
subject do
|
48
|
-
tracker.enter(item_a)
|
49
|
-
end
|
50
|
-
|
51
|
-
it_behaves_like 'a null dependency tracker'
|
52
|
-
|
53
|
-
example do
|
54
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_a) }
|
55
|
-
end
|
56
|
-
|
57
|
-
example do
|
58
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
59
|
-
end
|
60
|
-
|
61
|
-
example do
|
62
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
context 'enter + enter' do
|
67
|
-
subject do
|
68
|
-
tracker.enter(item_a)
|
69
|
-
tracker.enter(item_b)
|
70
|
-
end
|
71
|
-
|
72
|
-
it_behaves_like 'a null dependency tracker'
|
73
|
-
|
74
|
-
it 'changes predecessors of item A' do
|
75
|
-
expect { subject }.to change { store.objects_causing_outdatedness_of(item_a) }
|
76
|
-
.from([]).to([item_b])
|
77
|
-
end
|
78
|
-
|
79
|
-
example do
|
80
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
81
|
-
end
|
82
|
-
|
83
|
-
example do
|
84
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
|
-
context 'enter + enter with props' do
|
89
|
-
subject do
|
90
|
-
tracker.enter(item_a)
|
91
|
-
tracker.enter(item_b, compiled_content: true)
|
92
|
-
end
|
93
|
-
|
94
|
-
it_behaves_like 'a null dependency tracker'
|
95
|
-
|
96
|
-
it 'changes predecessors of item A' do
|
97
|
-
expect { subject }.to change { store.objects_causing_outdatedness_of(item_a) }
|
98
|
-
.from([]).to([item_b])
|
99
|
-
end
|
100
|
-
|
101
|
-
it 'changes dependencies causing outdatedness of item A' do
|
102
|
-
expect { subject }.to change { store.dependencies_causing_outdatedness_of(item_a).size }
|
103
|
-
.from(0).to(1)
|
104
|
-
end
|
105
|
-
|
106
|
-
it 'creates correct new dependency causing outdatedness of item A' do
|
107
|
-
subject
|
108
|
-
dep = store.dependencies_causing_outdatedness_of(item_a)[0]
|
109
|
-
|
110
|
-
expect(dep.from).to eql(item_b)
|
111
|
-
expect(dep.to).to eql(item_a)
|
112
|
-
end
|
113
|
-
|
114
|
-
it 'creates dependency with correct props causing outdatedness of item A' do
|
115
|
-
subject
|
116
|
-
dep = store.dependencies_causing_outdatedness_of(item_a)[0]
|
117
|
-
|
118
|
-
expect(dep.props.compiled_content?).to eq(true)
|
119
|
-
|
120
|
-
expect(dep.props.raw_content?).to eq(false)
|
121
|
-
expect(dep.props.attributes?).to eq(false)
|
122
|
-
expect(dep.props.path?).to eq(false)
|
123
|
-
end
|
124
|
-
|
125
|
-
example do
|
126
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
127
|
-
end
|
128
|
-
|
129
|
-
example do
|
130
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
131
|
-
end
|
132
|
-
|
133
|
-
example do
|
134
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_b) }
|
135
|
-
end
|
136
|
-
|
137
|
-
example do
|
138
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_c) }
|
139
|
-
end
|
140
|
-
end
|
141
|
-
|
142
|
-
context 'enter + enter with prop + exit + enter with prop' do
|
143
|
-
subject do
|
144
|
-
tracker.enter(item_a)
|
145
|
-
tracker.enter(item_b, compiled_content: true)
|
146
|
-
tracker.exit
|
147
|
-
tracker.enter(item_b, attributes: true)
|
148
|
-
end
|
149
|
-
|
150
|
-
it_behaves_like 'a null dependency tracker'
|
151
|
-
|
152
|
-
it 'changes predecessors of item A' do
|
153
|
-
expect { subject }.to change { store.objects_causing_outdatedness_of(item_a) }
|
154
|
-
.from([]).to([item_b])
|
155
|
-
end
|
156
|
-
|
157
|
-
it 'changes dependencies causing outdatedness of item A' do
|
158
|
-
expect { subject }.to change { store.dependencies_causing_outdatedness_of(item_a).size }
|
159
|
-
.from(0).to(1)
|
160
|
-
end
|
161
|
-
|
162
|
-
it 'creates correct new dependency causing outdatedness of item A' do
|
163
|
-
subject
|
164
|
-
dep = store.dependencies_causing_outdatedness_of(item_a)[0]
|
165
|
-
|
166
|
-
expect(dep.from).to eql(item_b)
|
167
|
-
expect(dep.to).to eql(item_a)
|
168
|
-
end
|
169
|
-
|
170
|
-
it 'creates dependency with correct props causing outdatedness of item A' do
|
171
|
-
subject
|
172
|
-
dep = store.dependencies_causing_outdatedness_of(item_a)[0]
|
173
|
-
|
174
|
-
expect(dep.props.compiled_content?).to eq(true)
|
175
|
-
expect(dep.props.attributes?).to eq(true)
|
176
|
-
|
177
|
-
expect(dep.props.raw_content?).to eq(false)
|
178
|
-
expect(dep.props.path?).to eq(false)
|
179
|
-
end
|
180
|
-
|
181
|
-
example do
|
182
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
183
|
-
end
|
184
|
-
|
185
|
-
example do
|
186
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
187
|
-
end
|
188
|
-
|
189
|
-
example do
|
190
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_b) }
|
191
|
-
end
|
192
|
-
|
193
|
-
example do
|
194
|
-
expect { subject }.not_to change { store.dependencies_causing_outdatedness_of(item_c) }
|
195
|
-
end
|
196
|
-
end
|
197
|
-
|
198
|
-
context 'enter + enter + exit + enter' do
|
199
|
-
subject do
|
200
|
-
tracker.enter(item_a)
|
201
|
-
tracker.enter(item_b)
|
202
|
-
tracker.exit
|
203
|
-
tracker.enter(item_c)
|
204
|
-
end
|
205
|
-
|
206
|
-
it_behaves_like 'a null dependency tracker'
|
207
|
-
|
208
|
-
it 'changes predecessors of item A' do
|
209
|
-
expect { subject }.to change { store.objects_causing_outdatedness_of(item_a) }
|
210
|
-
.from([]).to([item_b, item_c])
|
211
|
-
end
|
212
|
-
|
213
|
-
example do
|
214
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
215
|
-
end
|
216
|
-
|
217
|
-
example do
|
218
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
219
|
-
end
|
220
|
-
end
|
221
|
-
|
222
|
-
context 'enter + bounce + enter' do
|
223
|
-
subject do
|
224
|
-
tracker.enter(item_a)
|
225
|
-
tracker.bounce(item_b)
|
226
|
-
tracker.enter(item_c)
|
227
|
-
end
|
228
|
-
|
229
|
-
it_behaves_like 'a null dependency tracker'
|
230
|
-
|
231
|
-
it 'changes predecessors of item A' do
|
232
|
-
expect { subject }.to change { store.objects_causing_outdatedness_of(item_a) }
|
233
|
-
.from([]).to([item_b, item_c])
|
234
|
-
end
|
235
|
-
|
236
|
-
example do
|
237
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_b) }
|
238
|
-
end
|
239
|
-
|
240
|
-
example do
|
241
|
-
expect { subject }.not_to change { store.objects_causing_outdatedness_of(item_c) }
|
242
|
-
end
|
243
|
-
end
|
244
|
-
end
|
245
|
-
end
|