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.
Please register or sign in to comment
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
This makes the tests Rails 3 compatible. Adding /core_ext is necessary or we don't have access to the class_inheritable_reader method.