Skip to content
Snippets Groups Projects
Commit b3fb9add authored by alexreisner's avatar alexreisner
Browse files

Require 'active_support/core_ext' instead of 'activesupport'.

This makes the tests Rails 3 compatible. Adding /core_ext is necessary
or we don't have access to the class_inheritable_reader method.
parent b8bb032f
No related branches found
No related tags found
No related merge requests found
require 'rubygems'
require 'test/unit'
require 'activesupport'
require 'active_support/core_ext'
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment