Sha256: 6c87a7d15e0f31425c574ccee473161a7a9eec112d916dd8ce0c3c8706dc865d

Contents?: true

Size: 212 Bytes

Versions: 9

Compression:

Stored size: 212 Bytes

Contents

$:.unshift File.expand_path('../../lib', __FILE__)

require 'minitest/autorun'
require 'test/unit/assertions'
require 'reality/core'

class Reality::TestCase < Minitest::Test
  include Test::Unit::Assertions
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
reality-core-1.8.0 test/helper.rb
reality-core-1.7.0 test/helper.rb
reality-core-1.6.0 test/helper.rb
reality-core-1.5.0 test/helper.rb
reality-core-1.4.0 test/helper.rb
reality-core-1.3.0 test/helper.rb
reality-core-1.2.0 test/helper.rb
reality-core-1.1.0 test/helper.rb
reality-core-1.0.0 test/helper.rb