Sha256: c2344831d0e4b45d4a37c1cf1797146f63b12c6913351061cc65d6f9bc6e564b

Contents?: true

Size: 268 Bytes

Versions: 2

Compression:

Stored size: 268 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require 'ffi/clang'

include FFI::Clang

module ClangSpecHelper
	def fixture_path(path)
		File.join File.expand_path("../fixtures", __FILE__), path
	end
end

RSpec.configure do |c|
	c.include ClangSpecHelper
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-clang-0.1.1 spec/spec_helper.rb
ffi-clang-0.1.0 spec/spec_helper.rb