Skip to content

Commit

Permalink
Fixing test suite for Rails 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 21, 2012
1 parent 927a646 commit c81bbdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion features/support/env.rb
Expand Up @@ -9,7 +9,6 @@
$:.unshift path
end

require 'active_support/core_ext/class/inheritable_attributes'
require 'active_record'
require 'cucumber/thinking_sphinx/internal_world'

Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -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}
Expand Down

0 comments on commit c81bbdf

Please sign in to comment.