Sha256: fc23912db12ef9022be97cf0ab35e411dec86bea960babf1c45fb27b81cf3fe6

Contents?: true

Size: 480 Bytes

Versions: 24

Compression:

Stored size: 480 Bytes

Contents

if RUBY_VERSION >= '2.0.0'
  require 'simplecov'
  SimpleCov.start do
    # We do our utmost to test our executables by modularizing them into
    # testable pieces, but testing them to completion is nearly impossible as
    # far as I can tell, so include them in our tests but don't calculate
    # coverage.
    add_filter "/bin/"

    add_filter "/test/"
  end
end

require "minitest"
require "minitest/autorun"
#require "pry-rescue/minitest"
require_relative "data_scaffold"

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
json_schema-0.21.0 test/test_helper.rb
json_schema-0.20.9 test/test_helper.rb
dato_json_schema-0.20.9 test/test_helper.rb
dato_json_schema-0.20.8 test/test_helper.rb
json_schema-0.20.8 test/test_helper.rb
json_schema-0.20.7 test/test_helper.rb
json_schema-0.20.6 test/test_helper.rb
json_schema-0.20.5 test/test_helper.rb
json_schema-0.20.4 test/test_helper.rb
json_schema-0.20.3 test/test_helper.rb
json_schema-0.20.2 test/test_helper.rb
json_schema-0.20.1 test/test_helper.rb
json_schema-0.19.1 test/test_helper.rb
json_schema-0.19.0 test/test_helper.rb
json_schema-0.18.0 test/test_helper.rb
json_schema-0.17.2 test/test_helper.rb
json_schema-0.17.1 test/test_helper.rb
json_schema-0.17.0 test/test_helper.rb
json_schema-0.16.2 test/test_helper.rb
json_schema-0.16.1 test/test_helper.rb