Added base file for better automated library loading support

This commit is contained in:
Sam Lown 2010-05-11 00:15:40 +02:00
parent bd481151d9
commit d239d037fb
4 changed files with 19 additions and 1 deletions

View file

@ -1,7 +1,7 @@
require "rubygems"
require "spec" # Satisfies Autotest and anyone else not using the Rake tasks
require File.join(File.dirname(__FILE__), '..','lib','couchrest','extended_document')
require File.join(File.dirname(__FILE__), '..','lib','couchrest_extended_document')
# check the following file to see how to use the spec'd features.
unless defined?(FIXTURE_PATH)