Sha256: 01f5c641ed44cf7c6e7cd5eb8289f7caa06a90917c4793308ac7b12e86b14eab

Contents?: true

Size: 357 Bytes

Versions: 3

Compression:

Stored size: 357 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'spec'

SPEC_DIR = File.expand_path(File.dirname(__FILE__))
SAMPLE_DIR = SPEC_DIR + '/sample_project'

require(File.expand_path(File.dirname(__FILE__)) + '/../lib/quarto')

Dir.glob(SPEC_DIR + '/matchers/*.rb').each do |matcher_lib|
	require matcher_lib
end

#def puts(str)
#	raise "puts('#{str}') called"
#end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jarrett-quarto-1.6.1 spec/spec_helper.rb
jarrett-quarto-1.6.2 spec/spec_helper.rb
jarrett-quarto-1.6.3 spec/spec_helper.rb