Moving initial loading parts

This commit is contained in:
Sam Lown 2010-05-11 15:37:50 +02:00
parent c1052ccb77
commit 11a56e6f48
3 changed files with 19 additions and 13 deletions

View file

@ -1,6 +1,6 @@
require 'rake'
require "rake/rdoctask"
require File.join(File.expand_path(File.dirname(__FILE__)),'lib','couchrest','extended_document')
require File.join(File.expand_path(File.dirname(__FILE__)),'lib','couchrest_extended_document')
begin
require 'spec/rake/spectask'