Sha256: 0c680b4716cad23b1b20b50b1fc92384ba6a70f0655b26bd1bad1feec60cd7d7
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) if ENV['COVERAGE'] require 'simplecov' SimpleCov.start do add_filter "/spec/" add_filter "/vendor/" end end require 'rspec' require 'wikilink-converter' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wikilink-converter-0.2.4 | spec/spec_helper.rb |
wikilink-converter-0.2.3 | spec/spec_helper.rb |
wikilink-converter-0.2.2 | spec/spec_helper.rb |