mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix tests on 1.8.6
This commit is contained in:
parent
bd7659e014
commit
201d8b1755
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ require 'active_support/core_ext/class/inheritable_attributes'
|
|||
require 'active_support/core_ext/module/attr_accessor_with_default'
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
require 'active_support/core_ext/module/aliasing'
|
||||
require 'active_support/core_ext/object/misc'
|
||||
require 'set'
|
||||
|
||||
module ActiveResource
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
require 'abstract_unit'
|
||||
require "fixtures/person"
|
||||
require "fixtures/street_address"
|
||||
require 'active_support/core_ext/symbol'
|
||||
|
||||
module Highrise
|
||||
class Note < ActiveResource::Base
|
||||
|
|
Loading…
Reference in a new issue