Sha256: b4e43e7a44fa72b90f406309f3edf1afe7dab3bdd2c4ac9f8fe8b4d2b04d64b4
Contents?: true
Size: 354 Bytes
Versions: 9
Compression:
Stored size: 354 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
9 entries across 9 versions & 1 rubygems