Sha256: 2c4653c96e617d08051993f591793d24b198de4eabed5f56909fa645b6e78fd1
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jarrett-quarto-0.2.0 | spec/spec_helper.rb |
jarrett-quarto-0.3.0 | spec/spec_helper.rb |
jarrett-quarto-0.3.1 | spec/spec_helper.rb |