Sha256: 5b82ae79d8ac70b354f4779c89bd21f719743ab9b92e751ba4db5644462903e2
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
require "minitest/autorun" require "json_matchers/minitest/assertions" JsonMatchers.schema_root = "/test/support/api/schemas" Minitest::Test.send(:include, JsonMatchers::Minitest::Assertions) Dir["./test/support/**/*.rb"].each { |file| require file }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
json_matchers-0.10.0 | test/test_helper.rb |
json_matchers-0.9.0 | test/test_helper.rb |
json_matchers-0.8.0 | test/test_helper.rb |