mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
stripping the spec helper
This commit is contained in:
parent
bd5f19371f
commit
25083947e3
2 changed files with 0 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
require 'rubygems'
|
||||
require 'spec'
|
||||
require 'pp'
|
||||
require 'fileutils'
|
||||
require 'arel'
|
||||
|
||||
|
@ -8,15 +7,7 @@ if adapter = ENV['ADAPTER']
|
|||
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__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue