Sha256: c5bbe4a869caaae892eaebd3dbd21fba64ae58c7982245854810e06311379b47

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

$:.unshift File.expand_path("../..", __FILE__)

require 'simplecov'
SimpleCov.start do
  add_group 'Docify', 'lib/docify'
end

require 'docify'

README_FILES  = {
  'README'          => 'rdoc',
  'README.rdoc'     => 'rdoc',
  'README.md'       => 'markdown',
  'README.markdown' => 'markdown',
  'README.textile'  => 'textile',
  'README.txt'      => 'rdoc',
  'README.foo'      => 'rdoc'
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docify-1.0.1 spec/spec_helper.rb