Sha256: 1a78d7dc2dd13e56394c4cb9fcddb18750405ba86208bc1bbaa76f45d7bc213f

Contents?: true

Size: 238 Bytes

Versions: 8

Compression:

Stored size: 238 Bytes

Contents

require 'minitest/autorun'
require 'schemacop'
require 'pry'
require 'colorize'

def assert_verr(&_block)
  assert_raises(Schemacop::Exceptions::ValidationError) { yield }
end

def assert_nothing_raised(&_block)
  yield
  assert true
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
schemacop-2.4.7 test/test_helper.rb
schemacop-2.4.6 test/test_helper.rb
schemacop-2.4.5 test/test_helper.rb
schemacop-2.4.4 test/test_helper.rb
schemacop-2.4.3 test/test_helper.rb
schemacop-2.4.2 test/test_helper.rb
schemacop-2.4.1 test/test_helper.rb
schemacop-2.4.0 test/test_helper.rb