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,42 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::YUICompressorTest < Nanoc::TestCase
|
6
|
-
def test_filter_javascript
|
7
|
-
if_have 'yuicompressor' do
|
8
|
-
filter = ::Nanoc::Filters::YUICompressor.new
|
9
|
-
|
10
|
-
sample_js = <<-JAVASCRIPT
|
11
|
-
function factorial(n) {
|
12
|
-
var result = 1;
|
13
|
-
for (var i = 2; i <= n; i++) {
|
14
|
-
result *= i
|
15
|
-
}
|
16
|
-
return result;
|
17
|
-
}
|
18
|
-
JAVASCRIPT
|
19
|
-
|
20
|
-
result = filter.setup_and_run(sample_js, type: 'js', munge: true)
|
21
|
-
assert_match 'function factorial(c){var a=1;for(var b=2;b<=c;b++){a*=b}return a};', result
|
22
|
-
|
23
|
-
result = filter.setup_and_run(sample_js, type: 'js', munge: false)
|
24
|
-
assert_match 'function factorial(n){var result=1;for(var i=2;i<=n;i++){result*=i}return result};', result
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_filter_css
|
29
|
-
if_have 'yuicompressor' do
|
30
|
-
filter = ::Nanoc::Filters::YUICompressor.new
|
31
|
-
|
32
|
-
sample_css = <<-CSS
|
33
|
-
* {
|
34
|
-
margin: 0;
|
35
|
-
}
|
36
|
-
CSS
|
37
|
-
|
38
|
-
result = filter.setup_and_run(sample_css, type: 'css')
|
39
|
-
assert_match '*{margin:0}', result
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: http://jigsaw.w3.org/css-validator/validator
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: "--349832898984244898448024464570528145\r\nContent-Disposition: form-data;
|
9
|
-
name=\"profile\"\r\n\r\ncss3\r\n--349832898984244898448024464570528145\r\nContent-Disposition:
|
10
|
-
form-data; name=\"text\"\r\n\r\nh1 { coxlor: rxed; }\r\n--349832898984244898448024464570528145\r\nContent-Disposition:
|
11
|
-
form-data; name=\"output\"\r\n\r\nsoap12\r\n--349832898984244898448024464570528145--\r\n"
|
12
|
-
headers:
|
13
|
-
Content-Type:
|
14
|
-
- multipart/form-data; boundary=349832898984244898448024464570528145
|
15
|
-
Accept-Encoding:
|
16
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
17
|
-
Accept:
|
18
|
-
- "*/*"
|
19
|
-
User-Agent:
|
20
|
-
- Ruby
|
21
|
-
response:
|
22
|
-
status:
|
23
|
-
code: 200
|
24
|
-
message: OK
|
25
|
-
headers:
|
26
|
-
Cache-Control:
|
27
|
-
- no-cache
|
28
|
-
Date:
|
29
|
-
- Sat, 17 Dec 2016 08:33:23 GMT
|
30
|
-
Pragma:
|
31
|
-
- no-cache
|
32
|
-
Transfer-Encoding:
|
33
|
-
- chunked
|
34
|
-
Content-Language:
|
35
|
-
- en
|
36
|
-
Content-Type:
|
37
|
-
- application/soap+xml;charset=utf-8
|
38
|
-
Server:
|
39
|
-
- Jigsaw/2.3.0-beta3
|
40
|
-
Vary:
|
41
|
-
- Accept-Language
|
42
|
-
X-W3c-Validator-Errors:
|
43
|
-
- '1'
|
44
|
-
X-W3c-Validator-Status:
|
45
|
-
- Invalid
|
46
|
-
body:
|
47
|
-
encoding: UTF-8
|
48
|
-
string: "<?xml version='1.0' encoding=\"utf-8\"?>\n<env:Envelope xmlns:env=\"http://www.w3.org/2003/05/soap-envelope\">\n
|
49
|
-
\ <env:Body>\n <m:cssvalidationresponse\n env:encodingStyle=\"http://www.w3.org/2003/05/soap-encoding\"\n
|
50
|
-
\ xmlns:m=\"http://www.w3.org/2005/07/css-validator\">\n <m:uri>TextArea</m:uri>\n
|
51
|
-
\ <m:checkedby>http://jigsaw.w3.org/css-validator/</m:checkedby>\n
|
52
|
-
\ <m:csslevel>css3</m:csslevel>\n <m:date>2016-12-17T08:33:23Z</m:date>\n
|
53
|
-
\ <m:validity>false</m:validity>\n <m:result>\n <m:errors
|
54
|
-
xml:lang=\"en\">\n <m:errorcount>1</m:errorcount>\n \n
|
55
|
-
\ <m:errorlist>\n <m:uri>file://localhost/TextArea</m:uri>\n
|
56
|
-
\ \n <m:error>\n <m:line>1</m:line>\n
|
57
|
-
\ <m:errortype>parse-error</m:errortype>\n <m:context>h1</m:context>
|
58
|
-
\ \n <m:errorsubtype>\n exp\n
|
59
|
-
\ </m:errorsubtype>\n <m:skippedstring>\n
|
60
|
-
\ rxed\n </m:skippedstring>\n
|
61
|
-
\ <m:type>noexistence-at-all</m:type>\n \n
|
62
|
-
\ <m:message>\n \n Property
|
63
|
-
coxlor doesn't exist : \n </m:message>\n </m:error>\n
|
64
|
-
\ \n </m:errorlist>\n \n </m:errors>\n
|
65
|
-
\ <m:warnings xml:lang=\"en\">\n <m:warningcount>0</m:warningcount>\n
|
66
|
-
\ </m:warnings>\n </m:result>\n </m:cssvalidationresponse>\n
|
67
|
-
\ </env:Body>\n</env:Envelope>\n\n"
|
68
|
-
http_version:
|
69
|
-
recorded_at: Sat, 17 Dec 2016 08:33:24 GMT
|
70
|
-
recorded_with: VCR 3.0.3
|
@@ -1,60 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: http://jigsaw.w3.org/css-validator/validator
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: "--349832898984244898448024464570528145\r\nContent-Disposition: form-data;
|
9
|
-
name=\"profile\"\r\n\r\ncss3\r\n--349832898984244898448024464570528145\r\nContent-Disposition:
|
10
|
-
form-data; name=\"text\"\r\n\r\nh1 { color: red; }\r\n--349832898984244898448024464570528145\r\nContent-Disposition:
|
11
|
-
form-data; name=\"output\"\r\n\r\nsoap12\r\n--349832898984244898448024464570528145--\r\n"
|
12
|
-
headers:
|
13
|
-
Content-Type:
|
14
|
-
- multipart/form-data; boundary=349832898984244898448024464570528145
|
15
|
-
Accept-Encoding:
|
16
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
17
|
-
Accept:
|
18
|
-
- "*/*"
|
19
|
-
User-Agent:
|
20
|
-
- Ruby
|
21
|
-
response:
|
22
|
-
status:
|
23
|
-
code: 200
|
24
|
-
message: OK
|
25
|
-
headers:
|
26
|
-
Cache-Control:
|
27
|
-
- no-cache
|
28
|
-
Date:
|
29
|
-
- Sat, 17 Dec 2016 08:33:24 GMT
|
30
|
-
Pragma:
|
31
|
-
- no-cache
|
32
|
-
Transfer-Encoding:
|
33
|
-
- chunked
|
34
|
-
Content-Language:
|
35
|
-
- en
|
36
|
-
Content-Type:
|
37
|
-
- application/soap+xml;charset=utf-8
|
38
|
-
Server:
|
39
|
-
- Jigsaw/2.3.0-beta2
|
40
|
-
Vary:
|
41
|
-
- Accept-Language
|
42
|
-
X-W3c-Validator-Errors:
|
43
|
-
- '0'
|
44
|
-
X-W3c-Validator-Status:
|
45
|
-
- Valid
|
46
|
-
body:
|
47
|
-
encoding: UTF-8
|
48
|
-
string: "<?xml version='1.0' encoding=\"utf-8\"?>\n<env:Envelope xmlns:env=\"http://www.w3.org/2003/05/soap-envelope\">\n
|
49
|
-
\ <env:Body>\n <m:cssvalidationresponse\n env:encodingStyle=\"http://www.w3.org/2003/05/soap-encoding\"\n
|
50
|
-
\ xmlns:m=\"http://www.w3.org/2005/07/css-validator\">\n <m:uri>TextArea</m:uri>\n
|
51
|
-
\ <m:checkedby>http://jigsaw.w3.org/css-validator/</m:checkedby>\n
|
52
|
-
\ <m:csslevel>css3</m:csslevel>\n <m:date>2016-12-17T08:33:24Z</m:date>\n
|
53
|
-
\ <m:validity>true</m:validity>\n <m:result>\n <m:errors
|
54
|
-
xml:lang=\"en\">\n <m:errorcount>0</m:errorcount>\n \n
|
55
|
-
\ </m:errors>\n <m:warnings xml:lang=\"en\">\n
|
56
|
-
\ <m:warningcount>0</m:warningcount>\n </m:warnings>\n
|
57
|
-
\ </m:result>\n </m:cssvalidationresponse>\n </env:Body>\n</env:Envelope>\n\n"
|
58
|
-
http_version:
|
59
|
-
recorded_at: Sat, 17 Dec 2016 08:33:24 GMT
|
60
|
-
recorded_with: VCR 3.0.3
|
@@ -1,70 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: http://jigsaw.w3.org/css-validator/validator
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: "--349832898984244898448024464570528145\r\nContent-Disposition: form-data;
|
9
|
-
name=\"profile\"\r\n\r\ncss3\r\n--349832898984244898448024464570528145\r\nContent-Disposition:
|
10
|
-
form-data; name=\"text\"\r\n\r\nh1 { ; {\r\n--349832898984244898448024464570528145\r\nContent-Disposition:
|
11
|
-
form-data; name=\"output\"\r\n\r\nsoap12\r\n--349832898984244898448024464570528145--\r\n"
|
12
|
-
headers:
|
13
|
-
Content-Type:
|
14
|
-
- multipart/form-data; boundary=349832898984244898448024464570528145
|
15
|
-
Accept-Encoding:
|
16
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
17
|
-
Accept:
|
18
|
-
- "*/*"
|
19
|
-
User-Agent:
|
20
|
-
- Ruby
|
21
|
-
response:
|
22
|
-
status:
|
23
|
-
code: 200
|
24
|
-
message: OK
|
25
|
-
headers:
|
26
|
-
Cache-Control:
|
27
|
-
- no-cache
|
28
|
-
Date:
|
29
|
-
- Sat, 17 Dec 2016 08:33:24 GMT
|
30
|
-
Pragma:
|
31
|
-
- no-cache
|
32
|
-
Transfer-Encoding:
|
33
|
-
- chunked
|
34
|
-
Content-Language:
|
35
|
-
- en
|
36
|
-
Content-Type:
|
37
|
-
- application/soap+xml;charset=utf-8
|
38
|
-
Server:
|
39
|
-
- Jigsaw/2.3.0-beta3
|
40
|
-
Vary:
|
41
|
-
- Accept-Language
|
42
|
-
X-W3c-Validator-Errors:
|
43
|
-
- '1'
|
44
|
-
X-W3c-Validator-Status:
|
45
|
-
- Invalid
|
46
|
-
body:
|
47
|
-
encoding: UTF-8
|
48
|
-
string: "<?xml version='1.0' encoding=\"utf-8\"?>\n<env:Envelope xmlns:env=\"http://www.w3.org/2003/05/soap-envelope\">\n
|
49
|
-
\ <env:Body>\n <m:cssvalidationresponse\n env:encodingStyle=\"http://www.w3.org/2003/05/soap-encoding\"\n
|
50
|
-
\ xmlns:m=\"http://www.w3.org/2005/07/css-validator\">\n <m:uri>TextArea</m:uri>\n
|
51
|
-
\ <m:checkedby>http://jigsaw.w3.org/css-validator/</m:checkedby>\n
|
52
|
-
\ <m:csslevel>css3</m:csslevel>\n <m:date>2016-12-17T08:33:24Z</m:date>\n
|
53
|
-
\ <m:validity>false</m:validity>\n <m:result>\n <m:errors
|
54
|
-
xml:lang=\"en\">\n <m:errorcount>1</m:errorcount>\n \n
|
55
|
-
\ <m:errorlist>\n <m:uri>file://localhost/TextArea</m:uri>\n
|
56
|
-
\ \n <m:error>\n <m:line>1</m:line>\n
|
57
|
-
\ <m:errortype>parse-error</m:errortype>\n <m:context>h1</m:context>
|
58
|
-
\ \n <m:errorsubtype>\n unrecognized\n
|
59
|
-
\ </m:errorsubtype>\n <m:skippedstring>\n
|
60
|
-
\ ; {\n </m:skippedstring>\n
|
61
|
-
\ <m:type>generator.unrecognize</m:type>\n \n
|
62
|
-
\ <m:message>\n \n Parse
|
63
|
-
Error\n </m:message>\n </m:error>\n
|
64
|
-
\ \n </m:errorlist>\n \n </m:errors>\n
|
65
|
-
\ <m:warnings xml:lang=\"en\">\n <m:warningcount>0</m:warningcount>\n
|
66
|
-
\ </m:warnings>\n </m:result>\n </m:cssvalidationresponse>\n
|
67
|
-
\ </env:Body>\n</env:Envelope>\n\n"
|
68
|
-
http_version:
|
69
|
-
recorded_at: Sat, 17 Dec 2016 08:33:24 GMT
|
70
|
-
recorded_with: VCR 3.0.3
|
@@ -1,56 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://validator.w3.org/nu/?out=json&parser=html&showsource=yes
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: "<h2>Hi!</h1>"
|
9
|
-
headers:
|
10
|
-
Content-Type:
|
11
|
-
- text/html; charset=utf-8
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- "*/*"
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 200
|
21
|
-
message: OK
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Fri, 30 Jun 2017 20:45:18 GMT
|
25
|
-
Accept-Encoding:
|
26
|
-
- gzip
|
27
|
-
Access-Control-Allow-Origin:
|
28
|
-
- "*"
|
29
|
-
Access-Control-Allow-Headers:
|
30
|
-
- content-type
|
31
|
-
Expires:
|
32
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
33
|
-
Cache-Control:
|
34
|
-
- no-cache
|
35
|
-
Content-Type:
|
36
|
-
- application/json; charset=utf-8
|
37
|
-
Transfer-Encoding:
|
38
|
-
- chunked
|
39
|
-
Server:
|
40
|
-
- Jetty(9.2.9.v20150224)
|
41
|
-
Strict-Transport-Security:
|
42
|
-
- max-age=15552015; preload
|
43
|
-
Public-Key-Pins:
|
44
|
-
- pin-sha256="cN0QSpPIkuwpT6iP2YjEo1bEwGpH/yiUn6yhdy+HNto="; pin-sha256="WGJkyYjx1QMdMe0UqlyOKXtydPDVrk7sl2fV+nNm1r4=";
|
45
|
-
pin-sha256="LrKdTxZLRTvyHM4/atX2nquX9BeHRZMCxg3cf4rhc2I="; max-age=864000
|
46
|
-
X-Frame-Options:
|
47
|
-
- deny
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
body:
|
51
|
-
encoding: ASCII-8BIT
|
52
|
-
string: !binary |-
|
53
|
-
eyJtZXNzYWdlcyI6W3sidHlwZSI6ImVycm9yIiwibGFzdExpbmUiOjEsImxhc3RDb2x1bW4iOjQsImZpcnN0Q29sdW1uIjoxLCJtZXNzYWdlIjoiU3RhcnQgdGFnIHNlZW4gd2l0aG91dCBzZWVpbmcgYSBkb2N0eXBlIGZpcnN0LiBFeHBlY3RlZCBlLmcuIOKAnDwhRE9DVFlQRSBodG1sPuKAnS4iLCJleHRyYWN0IjoiPGgyPkhpITwvaCIsImhpbGl0ZVN0YXJ0IjowLCJoaWxpdGVMZW5ndGgiOjR9LHsidHlwZSI6ImVycm9yIiwibGFzdExpbmUiOjEsImxhc3RDb2x1bW4iOjQsImZpcnN0Q29sdW1uIjoxLCJtZXNzYWdlIjoiRWxlbWVudCDigJxoZWFk4oCdIGlzIG1pc3NpbmcgYSByZXF1aXJlZCBpbnN0YW5jZSBvZiBjaGlsZCBlbGVtZW50IOKAnHRpdGxl4oCdLiIsImV4dHJhY3QiOiI8aDI+SGkhPC9oIiwiaGlsaXRlU3RhcnQiOjAsImhpbGl0ZUxlbmd0aCI6NH0seyJ0eXBlIjoiZXJyb3IiLCJsYXN0TGluZSI6MSwibGFzdENvbHVtbiI6MTIsImZpcnN0Q29sdW1uIjo4LCJtZXNzYWdlIjoiRW5kIHRhZyDigJxoMeKAnSBzZWVuLCBidXQgdGhlcmUgd2VyZSBvcGVuIGVsZW1lbnRzLiIsImV4dHJhY3QiOiI8aDI+SGkhPC9oMT4iLCJoaWxpdGVTdGFydCI6NywiaGlsaXRlTGVuZ3RoIjo1fV0sInNvdXJjZSI6eyJ0eXBlIjoidGV4dC9odG1sIiwiZW5jb2RpbmciOiJVVEYtOCIsImNvZGUiOiI8aDI+SGkhPC9oMT4ifX0K
|
54
|
-
http_version:
|
55
|
-
recorded_at: Fri, 30 Jun 2017 20:45:19 GMT
|
56
|
-
recorded_with: VCR 3.0.3
|
@@ -1,58 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://validator.w3.org/nu/?out=json&parser=html&showsource=yes
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: <!DOCTYPE html><html><head><meta charset="utf-8"><title>Hello</title></head><body><h1>Hi!</h1></body>
|
9
|
-
headers:
|
10
|
-
Content-Type:
|
11
|
-
- text/html; charset=utf-8
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- "*/*"
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 200
|
21
|
-
message: OK
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Fri, 30 Jun 2017 20:45:19 GMT
|
25
|
-
Accept-Encoding:
|
26
|
-
- gzip
|
27
|
-
Access-Control-Allow-Origin:
|
28
|
-
- "*"
|
29
|
-
Access-Control-Allow-Headers:
|
30
|
-
- content-type
|
31
|
-
Expires:
|
32
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
33
|
-
Cache-Control:
|
34
|
-
- no-cache
|
35
|
-
Content-Type:
|
36
|
-
- application/json; charset=utf-8
|
37
|
-
Transfer-Encoding:
|
38
|
-
- chunked
|
39
|
-
Server:
|
40
|
-
- Jetty(9.2.9.v20150224)
|
41
|
-
Strict-Transport-Security:
|
42
|
-
- max-age=15552015; preload
|
43
|
-
Public-Key-Pins:
|
44
|
-
- pin-sha256="cN0QSpPIkuwpT6iP2YjEo1bEwGpH/yiUn6yhdy+HNto="; pin-sha256="WGJkyYjx1QMdMe0UqlyOKXtydPDVrk7sl2fV+nNm1r4=";
|
45
|
-
pin-sha256="LrKdTxZLRTvyHM4/atX2nquX9BeHRZMCxg3cf4rhc2I="; max-age=864000
|
46
|
-
X-Frame-Options:
|
47
|
-
- deny
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
body:
|
51
|
-
encoding: UTF-8
|
52
|
-
string: '{"messages":[],"source":{"type":"text/html","encoding":"UTF-8","code":"<!DOCTYPE
|
53
|
-
html><html><head><meta charset=\"utf-8\"><title>Hello</title></head><body><h1>Hi!</h1></body>"}}
|
54
|
-
|
55
|
-
'
|
56
|
-
http_version:
|
57
|
-
recorded_at: Fri, 30 Jun 2017 20:45:19 GMT
|
58
|
-
recorded_with: VCR 3.0.3
|
data/test/helper.rb
DELETED
@@ -1,255 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
$VERBOSE = false
|
4
|
-
|
5
|
-
require 'simplecov'
|
6
|
-
SimpleCov.start
|
7
|
-
|
8
|
-
require 'codecov'
|
9
|
-
SimpleCov.formatter = SimpleCov::Formatter::Codecov
|
10
|
-
|
11
|
-
require 'minitest/autorun'
|
12
|
-
require 'mocha/setup'
|
13
|
-
require 'vcr'
|
14
|
-
|
15
|
-
require 'tmpdir'
|
16
|
-
require 'stringio'
|
17
|
-
require 'yard'
|
18
|
-
|
19
|
-
VCR.configure do |c|
|
20
|
-
c.cassette_library_dir = 'test/fixtures/vcr_cassettes'
|
21
|
-
c.hook_into :webmock
|
22
|
-
end
|
23
|
-
|
24
|
-
require 'nanoc'
|
25
|
-
require 'nanoc/cli'
|
26
|
-
|
27
|
-
Nanoc::CLI.setup
|
28
|
-
|
29
|
-
module Nanoc::TestHelpers
|
30
|
-
LIB_DIR = File.expand_path(__dir__ + '/../lib')
|
31
|
-
|
32
|
-
def disable_nokogiri?
|
33
|
-
ENV.key?('DISABLE_NOKOGIRI')
|
34
|
-
end
|
35
|
-
|
36
|
-
def if_have(*libs)
|
37
|
-
libs.each do |lib|
|
38
|
-
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby' && lib == 'nokogiri' && disable_nokogiri?
|
39
|
-
skip 'Pure Java Nokogiri has issues that cause problems with nanoc (see https://github.com/nanoc/nanoc/pull/422) -- run without DISABLE_NOKOGIRI to enable Nokogiri tests'
|
40
|
-
end
|
41
|
-
|
42
|
-
begin
|
43
|
-
require lib
|
44
|
-
rescue LoadError
|
45
|
-
skip "requiring #{lib} failed"
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
yield
|
50
|
-
end
|
51
|
-
|
52
|
-
def with_site(params = {})
|
53
|
-
# Build site name
|
54
|
-
site_name = params[:name]
|
55
|
-
if site_name.nil?
|
56
|
-
@site_num ||= 0
|
57
|
-
site_name = "site-#{@site_num}"
|
58
|
-
@site_num += 1
|
59
|
-
end
|
60
|
-
|
61
|
-
# Build rules
|
62
|
-
rules_content = <<~EOS
|
63
|
-
compile '*' do
|
64
|
-
{{compilation_rule_content}}
|
65
|
-
end
|
66
|
-
|
67
|
-
route '*' do
|
68
|
-
if item.binary?
|
69
|
-
item.identifier.chop + (item[:extension] ? '.' + item[:extension] : '')
|
70
|
-
else
|
71
|
-
item.identifier + 'index.html'
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
layout '*', :erb
|
76
|
-
EOS
|
77
|
-
|
78
|
-
rules_content =
|
79
|
-
rules_content.gsub(
|
80
|
-
'{{compilation_rule_content}}',
|
81
|
-
params[:compilation_rule_content] || '',
|
82
|
-
)
|
83
|
-
|
84
|
-
# Create site
|
85
|
-
unless File.directory?(site_name)
|
86
|
-
FileUtils.mkdir_p(site_name)
|
87
|
-
FileUtils.cd(site_name) do
|
88
|
-
FileUtils.mkdir_p('content')
|
89
|
-
FileUtils.mkdir_p('layouts')
|
90
|
-
FileUtils.mkdir_p('lib')
|
91
|
-
FileUtils.mkdir_p('output')
|
92
|
-
|
93
|
-
if params[:has_layout]
|
94
|
-
File.open('layouts/default.html', 'w') do |io|
|
95
|
-
io.write('... <%= @yield %> ...')
|
96
|
-
end
|
97
|
-
end
|
98
|
-
|
99
|
-
File.open('nanoc.yaml', 'w') do |io|
|
100
|
-
io << 'string_pattern_type: legacy' << "\n" if params.fetch(:legacy, true)
|
101
|
-
io << 'data_sources:' << "\n"
|
102
|
-
io << ' -' << "\n"
|
103
|
-
io << ' type: filesystem' << "\n"
|
104
|
-
io << ' identifier_type: legacy' << "\n" if params.fetch(:legacy, true)
|
105
|
-
end
|
106
|
-
|
107
|
-
File.open('Rules', 'w') { |io| io.write(rules_content) }
|
108
|
-
end
|
109
|
-
end
|
110
|
-
|
111
|
-
# Yield site
|
112
|
-
FileUtils.cd(site_name) do
|
113
|
-
yield Nanoc::Int::SiteLoader.new.new_from_cwd
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
def setup
|
118
|
-
# Clean up
|
119
|
-
GC.start
|
120
|
-
|
121
|
-
# Go quiet
|
122
|
-
unless ENV['QUIET'] == 'false'
|
123
|
-
@orig_stdout = $stdout
|
124
|
-
@orig_stderr = $stderr
|
125
|
-
|
126
|
-
$stdout = StringIO.new
|
127
|
-
$stderr = StringIO.new
|
128
|
-
end
|
129
|
-
|
130
|
-
# Enter tmp
|
131
|
-
@tmp_dir = Dir.mktmpdir('nanoc-test')
|
132
|
-
@orig_wd = FileUtils.pwd
|
133
|
-
FileUtils.cd(@tmp_dir)
|
134
|
-
|
135
|
-
# Let us get to the raw errors
|
136
|
-
Nanoc::CLI::ErrorHandler.disable
|
137
|
-
end
|
138
|
-
|
139
|
-
def teardown
|
140
|
-
# Restore normal error handling
|
141
|
-
Nanoc::CLI::ErrorHandler.enable
|
142
|
-
|
143
|
-
# Exit tmp
|
144
|
-
FileUtils.cd(@orig_wd)
|
145
|
-
FileUtils.rm_rf(@tmp_dir)
|
146
|
-
|
147
|
-
# Go unquiet
|
148
|
-
unless ENV['QUIET'] == 'false'
|
149
|
-
$stdout = @orig_stdout
|
150
|
-
$stderr = @orig_stderr
|
151
|
-
end
|
152
|
-
end
|
153
|
-
|
154
|
-
def capturing_stdio(&_block)
|
155
|
-
# Store
|
156
|
-
orig_stdout = $stdout
|
157
|
-
orig_stderr = $stderr
|
158
|
-
|
159
|
-
# Run
|
160
|
-
$stdout = StringIO.new
|
161
|
-
$stderr = StringIO.new
|
162
|
-
yield
|
163
|
-
{ stdout: $stdout.string, stderr: $stderr.string }
|
164
|
-
ensure
|
165
|
-
# Restore
|
166
|
-
$stdout = orig_stdout
|
167
|
-
$stderr = orig_stderr
|
168
|
-
end
|
169
|
-
|
170
|
-
# Adapted from http://github.com/lsegal/yard-examples/tree/master/doctest
|
171
|
-
def assert_examples_correct(object)
|
172
|
-
P(object).tags(:example).each do |example|
|
173
|
-
# Classify
|
174
|
-
lines = example.text.lines.map do |line|
|
175
|
-
[line =~ /^\s*# ?=>/ ? :result : :code, line]
|
176
|
-
end
|
177
|
-
|
178
|
-
# Join
|
179
|
-
pieces = []
|
180
|
-
lines.each do |line|
|
181
|
-
if !pieces.empty? && pieces.last.first == line.first
|
182
|
-
pieces.last.last << line.last
|
183
|
-
else
|
184
|
-
pieces << line
|
185
|
-
end
|
186
|
-
end
|
187
|
-
lines = pieces.map(&:last)
|
188
|
-
|
189
|
-
# Test
|
190
|
-
b = binding
|
191
|
-
lines.each_slice(2) do |pair|
|
192
|
-
actual_out = eval(pair.first, b)
|
193
|
-
expected_out = eval(pair.last.match(/# ?=>(.*)/)[1], b)
|
194
|
-
|
195
|
-
assert_equal(
|
196
|
-
expected_out,
|
197
|
-
actual_out,
|
198
|
-
"Incorrect example:\n#{pair.first}",
|
199
|
-
)
|
200
|
-
end
|
201
|
-
end
|
202
|
-
end
|
203
|
-
|
204
|
-
def with_env_vars(hash, &_block)
|
205
|
-
orig_env_hash = ENV.to_hash
|
206
|
-
hash.each_pair { |k, v| ENV[k] = v }
|
207
|
-
yield
|
208
|
-
ensure
|
209
|
-
orig_env_hash.each_pair { |k, v| ENV[k] = v }
|
210
|
-
end
|
211
|
-
|
212
|
-
def on_windows?
|
213
|
-
Nanoc.on_windows?
|
214
|
-
end
|
215
|
-
|
216
|
-
def command?(cmd)
|
217
|
-
which, null = on_windows? ? %w[where NUL] : ['which', '/dev/null']
|
218
|
-
system("#{which} #{cmd} > #{null} 2>&1")
|
219
|
-
end
|
220
|
-
|
221
|
-
def symlinks_supported?
|
222
|
-
File.symlink nil, nil
|
223
|
-
rescue NotImplementedError
|
224
|
-
return false
|
225
|
-
rescue
|
226
|
-
return true
|
227
|
-
end
|
228
|
-
|
229
|
-
def skip_unless_have_command(cmd)
|
230
|
-
skip "Could not find external command \"#{cmd}\"" unless command?(cmd)
|
231
|
-
end
|
232
|
-
|
233
|
-
def skip_unless_symlinks_supported
|
234
|
-
skip 'Symlinks are not supported by Ruby on Windows' unless symlinks_supported?
|
235
|
-
end
|
236
|
-
|
237
|
-
def root_dir
|
238
|
-
File.absolute_path(__dir__ + '/..')
|
239
|
-
end
|
240
|
-
end
|
241
|
-
|
242
|
-
class Nanoc::TestCase < Minitest::Test
|
243
|
-
include Nanoc::TestHelpers
|
244
|
-
end
|
245
|
-
|
246
|
-
# Unexpected system exit is unexpected
|
247
|
-
::Minitest::Test::PASSTHROUGH_EXCEPTIONS.delete(SystemExit)
|
248
|
-
|
249
|
-
# A more precise inspect method for Time improves assert failure messages.
|
250
|
-
#
|
251
|
-
class Time
|
252
|
-
def inspect
|
253
|
-
strftime("%a %b %d %H:%M:%S.#{format('%06d', usec)} %Z %Y")
|
254
|
-
end
|
255
|
-
end
|