Sha256: c1de5c60a3cf6e92ca44bf511916ba12b2423a84e0a2587e0891352b2931e3af

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

require 'acceptance/json_shared_examples'

describe Yaks::Format::SimpleJson do
  config = Yaks.new do
    default_format :simple_json
    skip :serialize
  end

  include_examples 'JSON output format', config, :simple_json, 'confucius'
  include_examples 'JSON round trip',    config, :simple_json, 'confucius'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yaks-simple-0.0.1 spec/acceptance/simple_json_spec.rb