File: json_spec.rb

package info (click to toggle)
ruby-json-spec 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: ruby: 1,059; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require "json"
require "rspec"
require "json_spec/errors"
require "json_spec/configuration"
require "json_spec/exclusion"
require "json_spec/helpers"
require "json_spec/messages"
require "json_spec/matchers"
require "json_spec/memory"

module JsonSpec
  extend Configuration
  extend Memory
end