Sha256: 6867f64fd03dc014db254f885bf839dcec927ca5952dc479f24dfa90bb5fe160
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
require "spec_helper" RSpec.describe Asciidoctor::Standoc::Yaml2TextPreprocessor do it_behaves_like "structured data 2 text preprocessor" do let(:extention) { "yaml" } def transform_to_type(data) data.to_yaml end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metanorma-standoc-1.6.0 | spec/asciidoctor-standoc/macros_yaml2text_spec.rb |
metanorma-standoc-1.5.3 | spec/asciidoctor-standoc/macros_yaml2text_spec.rb |