Sha256: 16ecd0bc5b74ccd3e13310deefe705712d89e5d8671f754237219200eaaf4108

Contents?: true

Size: 331 Bytes

Versions: 7

Compression:

Stored size: 331 Bytes

Contents

# encoding: utf-8
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

if ENV['coverage']
  raise "simplecov only works on Ruby 1.9" unless RUBY_VERSION =~ /^1\.9/

  require 'simplecov'
  SimpleCov.start { add_filter "spec/" }
end

require 'rspec'
require 'yml_reader'



Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yml_reader-0.7 spec/spec_helper.rb
yml_reader-0.6 spec/spec_helper.rb
yml_reader-0.5 spec/spec_helper.rb
yml_reader-0.4 spec/spec_helper.rb
yml_reader-0.3 spec/spec_helper.rb
yml_reader-0.2 spec/spec_helper.rb
yml_reader-0.1 spec/spec_helper.rb