Sha256: ad72f807d9d4513291f7b1d47e457b4c5a5f32a15a12194a102e30b2ebb5a127
Contents?: true
Size: 304 Bytes
Versions: 4
Compression:
Stored size: 304 Bytes
Contents
# encoding: utf-8 if RUBY_ENGINE == 'rbx' require "codeclimate-test-reporter" CodeClimate::TestReporter.start end require 'rom-sql' require 'logger' LOGGER = Logger.new(File.open('./log/test.log', 'a')) root = Pathname(__FILE__).dirname Dir[root.join('shared/*.rb').to_s].each { |f| require f }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rom-sql-0.3.2 | spec/spec_helper.rb |
rom-sql-0.3.1 | spec/spec_helper.rb |
rom-sql-0.3.0 | spec/spec_helper.rb |
rom-sql-0.2.0 | spec/spec_helper.rb |