nanoc 4.8.12 → 4.8.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (295) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS.md +6 -0
  3. data/lib/nanoc/base/entities/document.rb +16 -1
  4. data/lib/nanoc/base/feature.rb +1 -1
  5. data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
  6. data/lib/nanoc/base/repos/checksum_store.rb +3 -3
  7. data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
  8. data/lib/nanoc/base/repos/dependency_store.rb +3 -3
  9. data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
  10. data/lib/nanoc/base/repos/store.rb +3 -5
  11. data/lib/nanoc/base/services/compiler_loader.rb +5 -5
  12. data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
  13. data/lib/nanoc/cli/commands/compile.rb +18 -0
  14. data/lib/nanoc/cli/commands/live.rb +1 -0
  15. data/lib/nanoc/cli/commands/view.rb +12 -35
  16. data/lib/nanoc/filters/redcarpet.rb +26 -65
  17. data/lib/nanoc/version.rb +1 -1
  18. metadata +2 -293
  19. data/.rspec +0 -3
  20. data/.rubocop.yml +0 -173
  21. data/Rakefile +0 -25
  22. data/nanoc.gemspec +0 -44
  23. data/nanoc.manifest +0 -543
  24. data/spec/contributors_spec.rb +0 -20
  25. data/spec/gem_spec.rb +0 -21
  26. data/spec/manifest_spec.rb +0 -22
  27. data/spec/nanoc/base/changes_stream_spec.rb +0 -45
  28. data/spec/nanoc/base/checksummer_spec.rb +0 -419
  29. data/spec/nanoc/base/compiler_spec.rb +0 -149
  30. data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
  31. data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
  32. data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
  33. data/spec/nanoc/base/directed_graph_spec.rb +0 -258
  34. data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
  35. data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
  36. data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
  37. data/spec/nanoc/base/entities/content_spec.rb +0 -195
  38. data/spec/nanoc/base/entities/context_spec.rb +0 -26
  39. data/spec/nanoc/base/entities/document_spec.rb +0 -258
  40. data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
  41. data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
  42. data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
  43. data/spec/nanoc/base/entities/item_spec.rb +0 -13
  44. data/spec/nanoc/base/entities/layout_spec.rb +0 -13
  45. data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
  46. data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
  47. data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
  48. data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
  49. data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
  50. data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
  51. data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
  52. data/spec/nanoc/base/entities/props_spec.rb +0 -413
  53. data/spec/nanoc/base/entities/site_spec.rb +0 -80
  54. data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
  55. data/spec/nanoc/base/feature_spec.rb +0 -109
  56. data/spec/nanoc/base/filter_spec.rb +0 -166
  57. data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
  58. data/spec/nanoc/base/memoization_spec.rb +0 -108
  59. data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
  60. data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
  61. data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
  62. data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
  63. data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
  64. data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
  65. data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
  66. data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
  67. data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
  68. data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
  69. data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
  70. data/spec/nanoc/base/repos/store_spec.rb +0 -93
  71. data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
  72. data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
  73. data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
  74. data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
  75. data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
  76. data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
  77. data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
  78. data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
  79. data/spec/nanoc/base/services/executor_spec.rb +0 -686
  80. data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
  81. data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
  82. data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
  83. data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
  84. data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
  85. data/spec/nanoc/base/services/pruner_spec.rb +0 -116
  86. data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
  87. data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
  88. data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
  89. data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
  90. data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
  91. data/spec/nanoc/base/views/config_view_spec.rb +0 -144
  92. data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
  93. data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
  94. data/spec/nanoc/base/views/item_view_spec.rb +0 -376
  95. data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
  96. data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
  97. data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
  98. data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
  99. data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
  100. data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
  101. data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
  102. data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
  103. data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
  104. data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
  105. data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
  106. data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
  107. data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
  108. data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
  109. data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
  110. data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
  111. data/spec/nanoc/checking/runner_spec.rb +0 -26
  112. data/spec/nanoc/cli/command_runner_spec.rb +0 -107
  113. data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
  114. data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
  115. data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
  116. data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
  117. data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
  118. data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
  119. data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
  120. data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
  121. data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
  122. data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
  123. data/spec/nanoc/cli/commands/view_spec.rb +0 -75
  124. data/spec/nanoc/cli/error_handler_spec.rb +0 -43
  125. data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
  126. data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
  127. data/spec/nanoc/cli_spec.rb +0 -44
  128. data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
  129. data/spec/nanoc/deploying/fog_spec.rb +0 -199
  130. data/spec/nanoc/deploying/git_spec.rb +0 -305
  131. data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
  132. data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
  133. data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
  134. data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
  135. data/spec/nanoc/filters/less_spec.rb +0 -122
  136. data/spec/nanoc/helpers/blogging_spec.rb +0 -219
  137. data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
  138. data/spec/nanoc/helpers/capturing_spec.rb +0 -256
  139. data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
  140. data/spec/nanoc/helpers/filtering_spec.rb +0 -77
  141. data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
  142. data/spec/nanoc/helpers/link_to_spec.rb +0 -320
  143. data/spec/nanoc/helpers/rendering_spec.rb +0 -144
  144. data/spec/nanoc/helpers/tagging_spec.rb +0 -106
  145. data/spec/nanoc/helpers/text_spec.rb +0 -60
  146. data/spec/nanoc/integration/compile_command_spec.rb +0 -33
  147. data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
  148. data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
  149. data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
  150. data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
  151. data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
  152. data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
  153. data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
  154. data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
  155. data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
  156. data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
  157. data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
  158. data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
  159. data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
  160. data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
  161. data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
  162. data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
  163. data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
  164. data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
  165. data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
  166. data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
  167. data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
  168. data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
  169. data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
  170. data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
  171. data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
  172. data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
  173. data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
  174. data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
  175. data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
  176. data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
  177. data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
  178. data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
  179. data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
  180. data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
  181. data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
  182. data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
  183. data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
  184. data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
  185. data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
  186. data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
  187. data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
  188. data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
  189. data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
  190. data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
  191. data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
  192. data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
  193. data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
  194. data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
  195. data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
  196. data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
  197. data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
  198. data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
  199. data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
  200. data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
  201. data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
  202. data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
  203. data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
  204. data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
  205. data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
  206. data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
  207. data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
  208. data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
  209. data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
  210. data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
  211. data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
  212. data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
  213. data/spec/nanoc/spec_spec.rb +0 -70
  214. data/spec/nanoc/telemetry/counter_spec.rb +0 -20
  215. data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
  216. data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
  217. data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
  218. data/spec/nanoc/telemetry/summary_spec.rb +0 -68
  219. data/spec/nanoc/telemetry/table_spec.rb +0 -22
  220. data/spec/nanoc/telemetry_spec.rb +0 -28
  221. data/spec/regression_filenames_spec.rb +0 -18
  222. data/spec/spec_helper.rb +0 -371
  223. data/test/base/test_compiler.rb +0 -389
  224. data/test/base/test_filter.rb +0 -73
  225. data/test/base/test_site.rb +0 -146
  226. data/test/checking/checks/test_css.rb +0 -66
  227. data/test/checking/checks/test_external_links.rb +0 -88
  228. data/test/checking/checks/test_html.rb +0 -47
  229. data/test/checking/checks/test_internal_links.rb +0 -118
  230. data/test/checking/checks/test_mixed_content.rb +0 -190
  231. data/test/checking/checks/test_stale.rb +0 -69
  232. data/test/checking/test_check.rb +0 -22
  233. data/test/checking/test_dsl.rb +0 -35
  234. data/test/checking/test_runner.rb +0 -45
  235. data/test/cli/commands/test_check.rb +0 -20
  236. data/test/cli/commands/test_compile.rb +0 -199
  237. data/test/cli/commands/test_create_site.rb +0 -126
  238. data/test/cli/commands/test_help.rb +0 -10
  239. data/test/cli/commands/test_prune.rb +0 -157
  240. data/test/cli/test_cleaning_stream.rb +0 -97
  241. data/test/cli/test_cli.rb +0 -195
  242. data/test/cli/test_error_handler.rb +0 -102
  243. data/test/cli/test_logger.rb +0 -7
  244. data/test/data_sources/test_filesystem.rb +0 -1033
  245. data/test/data_sources/test_filesystem_tools.rb +0 -146
  246. data/test/deploying/test_fog.rb +0 -117
  247. data/test/deploying/test_git.rb +0 -263
  248. data/test/deploying/test_rsync.rb +0 -94
  249. data/test/extra/core_ext/test_time.rb +0 -17
  250. data/test/extra/test_link_collector.rb +0 -110
  251. data/test/extra/test_piper.rb +0 -48
  252. data/test/filters/colorize_syntax/test_coderay.rb +0 -247
  253. data/test/filters/colorize_syntax/test_common.rb +0 -109
  254. data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
  255. data/test/filters/colorize_syntax/test_pygments.rb +0 -21
  256. data/test/filters/colorize_syntax/test_simon.rb +0 -24
  257. data/test/filters/test_asciidoc.rb +0 -16
  258. data/test/filters/test_bluecloth.rb +0 -16
  259. data/test/filters/test_coffeescript.rb +0 -16
  260. data/test/filters/test_erb.rb +0 -107
  261. data/test/filters/test_erubi.rb +0 -75
  262. data/test/filters/test_erubis.rb +0 -76
  263. data/test/filters/test_haml.rb +0 -94
  264. data/test/filters/test_handlebars.rb +0 -61
  265. data/test/filters/test_kramdown.rb +0 -56
  266. data/test/filters/test_markaby.rb +0 -16
  267. data/test/filters/test_maruku.rb +0 -16
  268. data/test/filters/test_mustache.rb +0 -43
  269. data/test/filters/test_pandoc.rb +0 -47
  270. data/test/filters/test_rainpress.rb +0 -27
  271. data/test/filters/test_rdiscount.rb +0 -30
  272. data/test/filters/test_rdoc.rb +0 -14
  273. data/test/filters/test_redcarpet.rb +0 -111
  274. data/test/filters/test_redcloth.rb +0 -31
  275. data/test/filters/test_relativize_paths.rb +0 -887
  276. data/test/filters/test_rubypants.rb +0 -16
  277. data/test/filters/test_sass.rb +0 -315
  278. data/test/filters/test_slim.rb +0 -59
  279. data/test/filters/test_typogruby.rb +0 -18
  280. data/test/filters/test_uglify_js.rb +0 -30
  281. data/test/filters/test_xsl.rb +0 -192
  282. data/test/filters/test_yui_compressor.rb +0 -42
  283. data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
  284. data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
  285. data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
  286. data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
  287. data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
  288. data/test/helper.rb +0 -255
  289. data/test/helpers/test_blogging.rb +0 -684
  290. data/test/helpers/test_capturing.rb +0 -184
  291. data/test/helpers/test_link_to.rb +0 -57
  292. data/test/helpers/test_xml_sitemap.rb +0 -246
  293. data/test/rule_dsl/test_action_provider.rb +0 -80
  294. data/test/rule_dsl/test_compiler_dsl.rb +0 -448
  295. 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
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- describe Nanoc::CLI::StreamCleaners::UTF8 do
4
- subject { described_class.new }
5
-
6
- it 'handles all cases' do
7
- expect(subject.clean('┼─ “© Denis” ‘and others…’ ─┼')).to eq('+- "(c) Denis" \'and others...\' -+')
8
- end
9
- end
@@ -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