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,684 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'helper'
4
-
5
- class Nanoc::Helpers::BloggingTest < Nanoc::TestCase
6
- include Nanoc::Helpers::Blogging
7
- include Nanoc::Helpers::Text
8
-
9
- def mock_article
10
- item = mock
11
- item.stubs(:[]).with(:updated_at).returns(Time.now - 500)
12
- item.stubs(:[]).with(:kind).returns('article')
13
- item.stubs(:[]).with(:created_at).returns(Time.now - 1000)
14
- item.stubs(:[]).with(:title).returns('An Item')
15
- item.stubs(:[]).with(:custom_path_in_feed).returns(nil)
16
- item.stubs(:[]).with(:custom_url_in_feed).returns(nil)
17
- item.stubs(:[]).with(:excerpt).returns(nil)
18
- item.stubs(:path).returns('/item/')
19
- item.stubs(:[]).with(:author_name).returns(nil)
20
- item.stubs(:[]).with(:author_uri).returns(nil)
21
- item.stubs(:compiled_content).returns('item content')
22
- item
23
- end
24
-
25
- def mock_item
26
- item = mock
27
- item.stubs(:[]).with(:kind).returns('item')
28
- item
29
- end
30
-
31
- def setup
32
- super
33
-
34
- config = Nanoc::Int::Configuration.new.with_defaults
35
- items = Nanoc::Int::ItemCollection.new(config)
36
- layouts = Nanoc::Int::LayoutCollection.new(config)
37
- dep_store = Nanoc::Int::DependencyStore.new(items, layouts, config)
38
- dependency_tracker = Nanoc::Int::DependencyTracker.new(dep_store)
39
-
40
- @view_context = Nanoc::ViewContextForCompilation.new(
41
- reps: Nanoc::Int::ItemRepRepo.new,
42
- items: Nanoc::Int::ItemCollection.new(config),
43
- dependency_tracker: dependency_tracker,
44
- compilation_context: :__irrelevant__,
45
- snapshot_repo: :__irrelevant_snapshot_repo,
46
- )
47
- end
48
-
49
- def test_atom_feed
50
- if_have 'builder' do
51
- # Create items
52
- @items = [mock, mock_article, mock_article]
53
-
54
- # Create item 0
55
- @items[0].stubs(:[]).with(:kind).returns('item')
56
-
57
- # Create item 1
58
- @items[1].stubs(:[]).with(:updated_at).returns(Date.today - 1)
59
- @items[1].stubs(:[]).with(:kind).returns('article')
60
- @items[1].stubs(:[]).with(:created_at).returns((Date.today - 2).to_s)
61
- @items[1].stubs(:[]).with(:title).returns('Item One')
62
- @items[1].stubs(:[]).with(:custom_path_in_feed).returns(nil)
63
- @items[1].stubs(:[]).with(:custom_url_in_feed).returns(nil)
64
- @items[1].stubs(:[]).with(:excerpt).returns(nil)
65
- @items[1].stubs(:path).returns('/item1/')
66
- @items[1].expects(:compiled_content).with(snapshot: :pre).returns('item 1 content')
67
-
68
- # Create item 2
69
- @items[2].expects(:compiled_content).with(snapshot: :pre).returns('item 2 content')
70
-
71
- # Mock site
72
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
73
- @config = Nanoc::ConfigView.new(config, @view_context)
74
-
75
- # Create feed item
76
- @item = mock
77
- @item.stubs(:[]).with(:title).returns('My Cool Blog')
78
- @item.stubs(:[]).with(:author_name).returns('Denis Defreyne')
79
- @item.stubs(:[]).with(:author_uri).returns('http://stoneship.org/')
80
- @item.stubs(:[]).with(:feed_url).returns(nil)
81
- @item.stubs(:path).returns('/journal/feed/')
82
-
83
- # Check
84
- atom_feed
85
- end
86
- end
87
-
88
- def test_atom_feed_with_times
89
- if_have 'builder' do
90
- # Create items
91
- @items = [mock_item, mock_article, mock_article]
92
-
93
- # Create item 1
94
- @items[1].stubs(:[]).with(:updated_at).returns(Time.now - 500)
95
- @items[1].stubs(:[]).with(:created_at).returns(Time.now - 1000)
96
- @items[1].expects(:compiled_content).returns('item 1 content')
97
-
98
- # Create item 2
99
- @items[2].stubs(:[]).with(:updated_at).returns(Time.now - 250)
100
- @items[2].stubs(:[]).with(:created_at).returns(Time.now - 1200)
101
- @items[2].expects(:compiled_content).returns('item 2 content')
102
-
103
- # Mock site
104
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
105
- @config = Nanoc::ConfigView.new(config, @view_context)
106
-
107
- # Create feed item
108
- @item = mock
109
- @item.stubs(:[]).with(:title).returns('My Cool Blog')
110
- @item.stubs(:[]).with(:author_name).returns('Denis Defreyne')
111
- @item.stubs(:[]).with(:author_uri).returns('http://stoneship.org/')
112
- @item.stubs(:[]).with(:feed_url).returns(nil)
113
- @item.stubs(:path).returns('/journal/feed/')
114
-
115
- # Check
116
- atom_feed
117
- end
118
- end
119
-
120
- def test_atom_feed_updated_is_most_recent
121
- if_have 'builder' do
122
- # Create items
123
- @items = [mock_item, mock_article, mock_article]
124
-
125
- # Create item 1
126
- @items[1].stubs(:[]).with(:updated_at).returns(nil)
127
- @items[1].stubs(:[]).with(:created_at).returns(Time.parse('2016-12-01 17:20:00 +00:00'))
128
- @items[1].expects(:compiled_content).returns('item 1 content')
129
-
130
- # Create item 2
131
- @items[2].stubs(:[]).with(:updated_at).returns(nil)
132
- @items[2].stubs(:[]).with(:created_at).returns(Time.parse('2016-12-01 18:40:00 +00:00'))
133
- @items[2].expects(:compiled_content).returns('item 2 content')
134
-
135
- # Mock site
136
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
137
- @config = Nanoc::ConfigView.new(config, @view_context)
138
-
139
- # Create feed item
140
- @item = mock
141
- @item.stubs(:[]).with(:title).returns('My Cool Blog')
142
- @item.stubs(:[]).with(:author_name).returns('Denis Defreyne')
143
- @item.stubs(:[]).with(:author_uri).returns('http://stoneship.org/')
144
- @item.stubs(:[]).with(:feed_url).returns(nil)
145
- @item.stubs(:path).returns('/journal/feed/')
146
-
147
- # Check
148
- assert_match(%r{<title>My Cool Blog</title>\n <updated>2016-12-01T18:40:00Z</updated>}, atom_feed)
149
- end
150
- end
151
-
152
- def test_atom_feed_updated_is_most_recent_updated_at
153
- if_have 'builder' do
154
- # Create items
155
- @items = [mock_item, mock_article, mock_article]
156
-
157
- # Create item 1
158
- @items[1].stubs(:[]).with(:updated_at).returns(Time.parse('2016-12-01 19:20:00 +00:00'))
159
- @items[1].stubs(:[]).with(:created_at).returns(Time.parse('2016-12-01 17:20:00 +00:00'))
160
- @items[1].expects(:compiled_content).returns('item 1 content')
161
-
162
- # Create item 2
163
- @items[2].stubs(:[]).with(:updated_at).returns(Time.parse('2016-12-01 20:40:00 +00:00'))
164
- @items[2].stubs(:[]).with(:created_at).returns(Time.parse('2016-12-01 18:40:00 +00:00'))
165
- @items[2].expects(:compiled_content).returns('item 2 content')
166
-
167
- # Mock site
168
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
169
- @config = Nanoc::ConfigView.new(config, @view_context)
170
-
171
- # Create feed item
172
- @item = mock
173
- @item.stubs(:[]).with(:title).returns('My Cool Blog')
174
- @item.stubs(:[]).with(:author_name).returns('Denis Defreyne')
175
- @item.stubs(:[]).with(:author_uri).returns('http://stoneship.org/')
176
- @item.stubs(:[]).with(:feed_url).returns(nil)
177
- @item.stubs(:path).returns('/journal/feed/')
178
-
179
- # Check
180
- assert_match(%r{<title>My Cool Blog</title>\n <updated>2016-12-01T20:40:00Z</updated>}, atom_feed)
181
- end
182
- end
183
-
184
- def test_atom_feed_without_articles
185
- if_have 'builder' do
186
- # Mock items
187
- @items = [mock_item, mock_item]
188
-
189
- # Mock site
190
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
191
- @config = Nanoc::ConfigView.new(config, @view_context)
192
-
193
- # Create feed item
194
- @item = mock
195
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
196
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
197
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
198
-
199
- # Check
200
- error = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
201
- atom_feed
202
- end
203
- assert_equal(
204
- 'Cannot build Atom feed: no articles',
205
- error.message,
206
- )
207
- end
208
- end
209
-
210
- def test_atom_feed_without_base_url
211
- if_have 'builder' do
212
- # Create items
213
- @items = [mock_item, mock_article]
214
-
215
- # Mock site
216
- config = Nanoc::Int::Configuration.new(hash: { base_url: nil })
217
- @config = Nanoc::ConfigView.new(config, @view_context)
218
-
219
- # Create feed item
220
- @item = mock
221
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
222
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
223
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
224
-
225
- # Check
226
- error = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
227
- atom_feed
228
- end
229
- assert_equal(
230
- 'Cannot build Atom feed: site configuration has no base_url',
231
- error.message,
232
- )
233
- end
234
- end
235
-
236
- def test_atom_feed_without_title
237
- if_have 'builder' do
238
- # Create items
239
- @items = [mock_item, mock_article]
240
-
241
- # Mock site
242
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
243
- @config = Nanoc::ConfigView.new(config, @view_context)
244
-
245
- # Create feed item
246
- @item = mock
247
- @item.stubs(:[]).with(:title).returns(nil)
248
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
249
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
250
-
251
- # Check
252
- error = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
253
- atom_feed
254
- end
255
- assert_equal(
256
- 'Cannot build Atom feed: no title in params, item or site config',
257
- error.message,
258
- )
259
- end
260
- end
261
-
262
- def test_atom_feed_without_author_name
263
- if_have 'builder' do
264
- # Create items
265
- @items = [mock_item, mock_article]
266
-
267
- # Mock site
268
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
269
- @config = Nanoc::ConfigView.new(config, @view_context)
270
-
271
- # Create feed item
272
- @item = mock
273
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
274
- @item.stubs(:[]).with(:author_name).returns(nil)
275
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
276
-
277
- # Check
278
- error = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
279
- atom_feed
280
- end
281
- assert_equal(
282
- 'Cannot build Atom feed: no author_name in params, item or site config',
283
- error.message,
284
- )
285
- end
286
- end
287
-
288
- def test_atom_feed_with_author_name_and_uri_from_content_item
289
- if_have 'builder' do
290
- # Create items
291
- @items = [mock_article]
292
-
293
- # Create item 1
294
- @items[0].stubs(:[]).with(:author_name).returns('Don Alias')
295
- @items[0].stubs(:[]).with(:author_uri).returns('http://don.example.com/')
296
- @items[0].expects(:compiled_content).returns('item 1 content')
297
-
298
- # Mock site
299
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com/' })
300
- @config = Nanoc::ConfigView.new(config, @view_context)
301
-
302
- # Create feed item
303
- @item = mock
304
- @item.stubs(:[]).with(:kind).returns(nil)
305
- @item.stubs(:[]).with(:title).returns('My Cool Blog')
306
- @item.stubs(:[]).with(:author_name).returns('Denis Defreyne')
307
- @item.stubs(:[]).with(:author_uri).returns('http://stoneship.org/')
308
- @item.stubs(:[]).with(:feed_url).returns(nil)
309
- @item.stubs(:path).returns('/journal/feed/')
310
-
311
- # Check
312
- # TODO: Use xpath matchers for more specific test
313
- result = atom_feed
314
- # Still should keep feed level author
315
- assert_includes(result, '<name>Denis Defreyne</name>')
316
- assert_includes(result, '<uri>http://stoneship.org/</uri>')
317
-
318
- # Overrides on specific items
319
- assert_includes(result, '<name>Don Alias</name>')
320
- assert_includes(result, '<uri>http://don.example.com/</uri>')
321
- end
322
- end
323
-
324
- def test_atom_feed_without_author_uri
325
- if_have 'builder' do
326
- # Create items
327
- @items = [mock_item, mock_article]
328
-
329
- # Mock site
330
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
331
- @config = Nanoc::ConfigView.new(config, @view_context)
332
-
333
- # Create feed item
334
- @item = mock
335
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
336
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
337
- @item.stubs(:[]).with(:author_uri).returns(nil)
338
-
339
- # Check
340
- error = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
341
- atom_feed
342
- end
343
- assert_equal(
344
- 'Cannot build Atom feed: no author_uri in params, item or site config',
345
- error.message,
346
- )
347
- end
348
- end
349
-
350
- def test_atom_feed_without_articles_created_at
351
- if_have 'builder' do
352
- # Create items
353
- @items = [mock_item, mock_article, mock_article]
354
- @items[1].stubs(:[]).with(:created_at).returns(Time.now.to_s)
355
- @items[2].stubs(:[]).with(:created_at).returns(nil)
356
-
357
- # Mock site
358
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
359
- @config = Nanoc::ConfigView.new(config, @view_context)
360
-
361
- # Create feed item
362
- @item = mock
363
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
364
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
365
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
366
-
367
- # Check
368
- error = assert_raises(Nanoc::Int::Errors::GenericTrivial) do
369
- atom_feed
370
- end
371
- assert_equal(
372
- 'Cannot build Atom feed: one or more articles lack created_at',
373
- error.message,
374
- )
375
- end
376
- end
377
-
378
- def test_atom_feed_with_title_author_name_and_uri_as_params
379
- if_have 'builder' do
380
- # Create items
381
- @items = [mock_item, mock_article]
382
- @items[1].expects(:compiled_content).with(snapshot: :pre).returns('asdf')
383
-
384
- # Mock site
385
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
386
- @config = Nanoc::ConfigView.new(config, @view_context)
387
-
388
- # Create feed item
389
- @item = mock
390
- @item.stubs(:[]).with(:title).returns(nil)
391
- @item.stubs(:[]).with(:author_name).returns(nil)
392
- @item.stubs(:[]).with(:author_uri).returns(nil)
393
- @item.stubs(:[]).with(:[]).with(:feed_url).returns('http://example.com/feed')
394
-
395
- # Check
396
- atom_feed(
397
- author_name: 'Bob',
398
- author_uri: 'http://example.com/~bob/',
399
- title: 'My Blog Or Something',
400
- )
401
- end
402
- end
403
-
404
- def test_atom_feed_with_title_author_name_and_uri_from_config
405
- if_have 'builder' do
406
- # Create items
407
- @items = [mock_item, mock_article]
408
- @items[1].expects(:compiled_content).with(snapshot: :pre).returns('asdf')
409
-
410
- # Mock site
411
- config_hash =
412
- {
413
- author_name: 'Bob',
414
- author_uri: 'http://example.com/~bob/',
415
- title: 'My Blog Or Something',
416
- base_url: 'http://example.com',
417
- }
418
- config = Nanoc::Int::Configuration.new(hash: config_hash)
419
- @config = Nanoc::ConfigView.new(config, @view_context)
420
-
421
- # Create feed item
422
- @item = mock
423
- @item.stubs(:[]).with(:title).returns(nil)
424
- @item.stubs(:[]).with(:author_name).returns(nil)
425
- @item.stubs(:[]).with(:author_uri).returns(nil)
426
- @item.stubs(:[]).with(:[]).with(:feed_url).returns('http://example.com/feed')
427
-
428
- # Check
429
- atom_feed
430
- end
431
- end
432
-
433
- def test_atom_feed_with_articles_param
434
- if_have 'builder' do
435
- # Mock items
436
- @items = [mock_article, mock_article]
437
-
438
- @items[0].expects(:compiled_content).never
439
- @items[1].stubs(:[]).with(:title).returns('Item One')
440
- @items[1].expects(:compiled_content).with(snapshot: :pre).returns('asdf')
441
-
442
- # Mock site
443
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
444
- @config = Nanoc::ConfigView.new(config, @view_context)
445
-
446
- # Create feed item
447
- @item = mock
448
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
449
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
450
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
451
- @item.stubs(:[]).with(:[]).with(:feed_url).returns('http://example.com/feed')
452
-
453
- # Check
454
- atom_feed articles: [@items[1]]
455
- end
456
- end
457
-
458
- def test_atom_feed_with_limit_param
459
- if_have 'builder' do
460
- # Mock articles
461
- @items = [mock_article, mock_article]
462
- @items.each_with_index do |article, i|
463
- article.stubs(:[]).with(:title).returns("Article #{i}")
464
- article.stubs(:[]).with(:created_at).returns(Time.now - i)
465
- end
466
-
467
- # Mock site
468
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
469
- @config = Nanoc::ConfigView.new(config, @view_context)
470
-
471
- # Create feed item
472
- @item = mock
473
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
474
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
475
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
476
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
477
-
478
- # Check
479
- result = atom_feed limit: 1, articles: @items
480
- assert_match(
481
- Regexp.new('Article 0', Regexp::MULTILINE),
482
- result,
483
- )
484
- refute_match(
485
- Regexp.new('Article 1', Regexp::MULTILINE),
486
- result,
487
- )
488
- end
489
- end
490
-
491
- def test_atom_feed_sorting
492
- if_have 'builder' do
493
- # Mock articles
494
- @items = [mock_article, mock_article]
495
- @items.each_with_index do |article, i|
496
- article.stubs(:[]).with(:title).returns("Article #{i}")
497
- end
498
- @items[0].stubs(:[]).with(:created_at).returns('23-02-2009')
499
- @items[1].stubs(:[]).with(:created_at).returns('22-03-2009')
500
-
501
- # Mock site
502
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
503
- @config = Nanoc::ConfigView.new(config, @view_context)
504
-
505
- # Create feed item
506
- @item = mock
507
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
508
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
509
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
510
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
511
-
512
- # Check
513
- result = atom_feed
514
- assert_match(
515
- Regexp.new('Article 1.*Article 0', Regexp::MULTILINE),
516
- result,
517
- )
518
- end
519
- end
520
-
521
- def test_atom_feed_preserve_order
522
- if_have 'builder' do
523
- # Mock articles
524
- @items = [mock_article, mock_article]
525
- @items.each_with_index do |article, i|
526
- article.stubs(:[]).with(:title).returns("Article #{i}")
527
- end
528
- @items[0].stubs(:[]).with(:created_at).returns('01-01-2015')
529
- @items[1].stubs(:[]).with(:created_at).returns('01-01-2014')
530
-
531
- # Mock site
532
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
533
- @config = Nanoc::ConfigView.new(config, @view_context)
534
-
535
- # Create feed item
536
- @item = mock
537
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
538
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
539
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
540
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
541
-
542
- # Check
543
- result = atom_feed(preserve_order: true)
544
- assert_match(
545
- Regexp.new('Article 1.*Article 0', Regexp::MULTILINE),
546
- result,
547
- )
548
- end
549
- end
550
-
551
- def test_atom_feed_with_content_proc_param
552
- if_have 'builder' do
553
- # Mock article
554
- @items = [mock_article]
555
-
556
- # Mock site
557
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
558
- @config = Nanoc::ConfigView.new(config, @view_context)
559
-
560
- # Create feed item
561
- @item = mock
562
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
563
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
564
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
565
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
566
-
567
- # Check
568
- result = atom_feed content_proc: ->(_a) { 'foobar!' }
569
- assert_match 'foobar!</content>', result
570
- end
571
- end
572
-
573
- def test_atom_feed_with_excerpt_proc_param
574
- if_have 'builder' do
575
- # Mock article
576
- @items = [mock_article]
577
-
578
- # Mock site
579
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
580
- @config = Nanoc::ConfigView.new(config, @view_context)
581
-
582
- # Create feed item
583
- @item = mock
584
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
585
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
586
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
587
- @item.stubs(:[]).with(:[]).with(:feed_url).returns('http://example.com/feed')
588
-
589
- # Check
590
- result = atom_feed excerpt_proc: ->(_a) { 'foobar!' }
591
- assert_match 'foobar!</summary>', result
592
- end
593
- end
594
-
595
- def test_atom_feed_with_icon_param
596
- if_have 'builder' do
597
- # Mock article
598
- @items = [mock_article]
599
-
600
- # Mock site
601
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
602
- @config = Nanoc::ConfigView.new(config, @view_context)
603
-
604
- # Create feed item
605
- @item = mock
606
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
607
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
608
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
609
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
610
-
611
- # Check
612
- result = atom_feed icon: 'http://example.com/icon.png'
613
- assert_match '<icon>http://example.com/icon.png</icon>', result
614
- end
615
- end
616
-
617
- def test_atom_feed_with_logo_param
618
- if_have 'builder' do
619
- # Mock article
620
- @items = [mock_article]
621
-
622
- # Mock site
623
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
624
- @config = Nanoc::ConfigView.new(config, @view_context)
625
-
626
- # Create feed item
627
- @item = mock
628
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
629
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
630
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
631
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
632
-
633
- # Check
634
- result = atom_feed logo: 'http://example.com/logo.png'
635
- assert_match '<logo>http://example.com/logo.png</logo>', result
636
- end
637
- end
638
-
639
- def test_atom_feed_with_xml_base
640
- if_have 'builder' do
641
- # Mock article
642
- @items = [mock_article]
643
-
644
- # Mock site
645
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
646
- @config = Nanoc::ConfigView.new(config, @view_context)
647
-
648
- # Create feed item
649
- @item = mock
650
- @item.stubs(:[]).with(:title).returns('My Blog Or Something')
651
- @item.stubs(:[]).with(:author_name).returns('J. Doe')
652
- @item.stubs(:[]).with(:author_uri).returns('http://example.com/~jdoe')
653
- @item.stubs(:[]).with(:feed_url).returns('http://example.com/feed')
654
-
655
- # Check
656
- result = atom_feed
657
- assert_match 'xml:base="http://example.com/"', result
658
- end
659
- end
660
-
661
- def test_atom_feed_with_item_without_path
662
- if_have 'builder' do
663
- # Create items
664
- @items = [mock_article]
665
- @items[0].stubs(:path).returns(nil)
666
-
667
- # Mock site
668
- config = Nanoc::Int::Configuration.new(hash: { base_url: 'http://example.com' })
669
- @config = Nanoc::ConfigView.new(config, @view_context)
670
-
671
- # Create feed item
672
- @item = mock
673
- @item.stubs(:identifier).returns('/feed/')
674
- @item.stubs(:[]).with(:title).returns('My Cool Blog')
675
- @item.stubs(:[]).with(:author_name).returns('Denis Defreyne')
676
- @item.stubs(:[]).with(:author_uri).returns('http://stoneship.org/')
677
- @item.stubs(:[]).with(:feed_url).returns(nil)
678
- @item.stubs(:path).returns('/journal/feed/')
679
-
680
- # Check
681
- atom_feed
682
- end
683
- end
684
- end