Sha256: 35e9db89b7411807b98825890ebe6efee6d9b5ad57f8e43f8342c59a8a837bd5
Contents?: true
Size: 252 Bytes
Versions: 5
Compression:
Stored size: 252 Bytes
Contents
require "minitest/autorun" require "prmd" def input_schemas_path @@data_path ||= File.join(File.dirname(__FILE__), 'schemas', 'input') end def user_input_schema @@user_input_schema ||= Prmd.combine(File.join(input_schemas_path, 'user.json')) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
prmd-0.3.1 | test/helpers.rb |
prmd-0.3.0 | test/helpers.rb |
prmd-0.2.0 | test/helpers.rb |
prmd-0.1.1 | test/helpers.rb |
prmd-0.1.0 | test/helpers.rb |