Sha256: 823b6a6b504abcf60a61eac0ce597bf40d31bbea458aec6319f29a4002bc5aa4

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

require "spec_helper"

RSpec.describe Asciidoctor::Standoc::Json2TextPreprocessor do
  it_behaves_like "structured data 2 text preprocessor" do
    let(:extention) { "json" }
    def transform_to_type(data)
      data.to_json
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metanorma-standoc-1.6.0 spec/asciidoctor-standoc/macros_json2text_spec.rb
metanorma-standoc-1.5.3 spec/asciidoctor-standoc/macros_json2text_spec.rb