Sha256: c02fcc757cc56fd70e2411007130add8a129a6fb45247127a0bcbc109929b31d
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
$:.unshift File.expand_path("../..", __FILE__) require 'simplecov' SimpleCov.start do add_group 'Docify', 'lib/docify' end require 'docify' README_FILES = { 'README.rdoc' => :rdoc, 'README.markdown' => :markdown, 'README.textile' => :textile } def fixture_path(file=nil) path = File.expand_path("../fixtures", __FILE__) path = File.join(path, file) unless file.nil? path end def fixture(file) File.read(File.join(fixture_path, file)) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docify-1.0.7 | spec/spec_helper.rb |
docify-1.0.6 | spec/spec_helper.rb |