Sha256: f632039726e40cf1503454913f5a956af996b81ad3263d3c774b60c435800fee

Contents?: true

Size: 207 Bytes

Versions: 4

Compression:

Stored size: 207 Bytes

Contents

require 'spec_helper'

describe Index do
	let(:index) { Index.new }

	it "can parse a source file" do
		tu = index.parse_translation_unit fixture_path("a.c")
		tu.should be_kind_of(TranslationUnit)
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ffi-clang-0.1.3 spec/clang/index_spec.rb
ffi-clang-0.1.2 spec/clang/index_spec.rb
ffi-clang-0.1.1 spec/clang/index_spec.rb
ffi-clang-0.1.0 spec/clang/index_spec.rb