From c81bbdf2b17c048f1f6ff24ea0990bd661d2825f Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Sun, 22 Jan 2012 00:25:57 +1100 Subject: [PATCH] Fixing test suite for Rails 3.2 --- features/support/env.rb | 1 - spec/spec_helper.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/features/support/env.rb b/features/support/env.rb index 8d05fd9cf..cb5f9992d 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -9,7 +9,6 @@ $:.unshift path end -require 'active_support/core_ext/class/inheritable_attributes' require 'active_record' require 'cucumber/thinking_sphinx/internal_world' diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 43b46887b..6e9836df3 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -10,7 +10,6 @@ Bundler.require :default, :development require 'active_support/core_ext/module/attribute_accessors' -require 'active_support/core_ext/class/inheritable_attributes' require "#{File.dirname(__FILE__)}/sphinx_helper" Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}