Sha256: 1f6dcf77f61a0fd75b00ddb3a3d60f786ee5b3c5ffe025fb4964177c26f766f3

Contents?: true

Size: 280 Bytes

Versions: 9

Compression:

Stored size: 280 Bytes

Contents

# encoding: utf-8

if RUBY_ENGINE == 'rbx'
  require "codeclimate-test-reporter"
  CodeClimate::TestReporter.start
end

require 'rom-yaml'

begin
  require 'byebug'
rescue LoadError
end

root = Pathname(__FILE__).dirname

Dir[root.join('shared/*.rb').to_s].each { |f| require f }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rom-yaml-0.4.0 spec/spec_helper.rb
rom-yaml-0.3.0 spec/spec_helper.rb
rom-yaml-0.3.0.rc2 spec/spec_helper.rb
rom-yaml-0.3.0.rc1 spec/spec_helper.rb
rom-yaml-0.3.0.beta1 spec/spec_helper.rb
rom-yaml-0.1.2 spec/spec_helper.rb
rom-yaml-0.1.1 spec/spec_helper.rb
rom-yaml-0.1.0 spec/spec_helper.rb
rom-yaml-0.0.1 spec/spec_helper.rb