made all the specs run on 1.9.2, yay :)

This commit is contained in:
Matt Aimonetti 2009-08-01 14:21:18 -07:00
parent d1d8da513c
commit a17df45fc3
15 changed files with 23 additions and 17 deletions

View file

@ -1,4 +1,5 @@
require File.join(File.dirname(__FILE__), '..', 'mixins', 'properties')
require File.expand_path('../../mixins/properties', __FILE__)
module CouchRest
module CastedModel