Sha256: fa7017f8ad39af7366ec443b1dfc6c274356e901f8f133466fcc1ce1fedf641b
Contents?: true
Size: 341 Bytes
Versions: 18
Compression:
Stored size: 341 Bytes
Contents
require File.expand_path('common', File.dirname(__FILE__)) begin require 'prmd/multi_loader/yajl' rescue LoadError # end class PrmdMultiLoaderYajlTest < Minitest::Test include PrmdLoaderTests def loader_module Prmd::MultiLoader::Yajl end def testing_filename schemas_path('data/test.json') end end if defined?(Yajl)
Version data entries
18 entries across 18 versions & 1 rubygems