Sha256: 77d4c16cbb71b81742a0b96999fab3175d84194227d786659ada91d281ec03df
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
require "minitest/autorun" require "json_matchers/minitest/assertions" JsonMatchers.schema_root = "/test/support/api/schemas" Minitest::Test.include(JsonMatchers::Minitest::Assertions) Dir["./test/support/**/*.rb"].each { |file| require file }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
json_matchers-0.11.1 | test/test_helper.rb |
json_matchers-0.11.0 | test/test_helper.rb |