Sha256: b3ad8ac5981ab857b64930006fe5d6f5c6ecbcf07df1d449188c4bede13f5284

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

gem 'minitest'
require 'minitest/autorun'

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


def read_fixture(path)
  open("#{File.dirname(__FILE__)}/fixtures/#{path}").read
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stockfish-0.3.1 test/test_helper.rb
stockfish-0.3.0 test/test_helper.rb