Finalizing move to rspec 2.0.0 (rake wasn't working)

This commit is contained in:
Sam Lown 2010-08-18 20:00:03 +02:00
parent dad386d8c9
commit 51918548b1
4 changed files with 16 additions and 18 deletions

View file

@ -2,10 +2,7 @@
module CouchRest
module Model
module DesignDoc
def self.included(base)
base.extend(ClassMethods)
end
extend ActiveSupport::Concern
module ClassMethods