File: ok_json_adapter_spec.rb

package info (click to toggle)
ruby-multi-json 1.8.0-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 320 kB
  • sloc: ruby: 1,392; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'spec_helper'
require 'shared/adapter'
require 'multi_json/adapters/ok_json'

describe MultiJson::Adapters::OkJson do
  it_behaves_like 'an adapter', described_class
end