提交 25083947 编写于 作者: A Aaron Patterson

stripping the spec helper

上级 bd5f1937
require 'rubygems'
require 'spec'
require 'pp'
require 'fileutils'
require 'arel'
......@@ -8,15 +7,7 @@
require "support/connections/#{adapter}_connection.rb"
end
Dir["spec/{support,shared}/*.rb"].each do |file|
require file
end
Spec::Runner.configure do |config|
config.include Matchers
config.include AdapterGuards
config.include Check
if defined?(ActiveRecord::Base)
tmp = File.expand_path('../../tmp', __FILE__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册