aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-08-12 14:24:11 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-08-12 14:24:11 -0700
commit25083947e3f3ca8cf19380366bd3e186261b17f3 (patch)
tree7e37bf35c02f24fc5158e53028751a905227f922
parentbd5f19371f473f032ca297cb412b3410e9494b3d (diff)
downloadrails-25083947e3f3ca8cf19380366bd3e186261b17f3.tar.gz
rails-25083947e3f3ca8cf19380366bd3e186261b17f3.tar.bz2
rails-25083947e3f3ca8cf19380366bd3e186261b17f3.zip
stripping the spec helper
-rw-r--r--spec/arel/table_spec.rb (renamed from spec/algebra/unit/relations/table_spec.rb)0
-rw-r--r--spec/spec_helper.rb9
2 files changed, 0 insertions, 9 deletions
diff --git a/spec/algebra/unit/relations/table_spec.rb b/spec/arel/table_spec.rb
index d1c7cc46ba..d1c7cc46ba 100644
--- a/spec/algebra/unit/relations/table_spec.rb
+++ b/spec/arel/table_spec.rb
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index e92129d723..5d3f5a2950 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -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__)