Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Require spec_helper in mongoid_extensions_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed Jan 19, 2012
1 parent 27afb61 commit afb4053
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions spec/lib/mongoid_extensions_spec.rb
@@ -1,17 +1,4 @@
require 'spec_config'

module Mongoid
module Document; end

module Errors
class MongoidError < StandardError; end

class DocumentNotFound < MongoidError
def initialize(*args); end
end
end
end

require 'spec_helper'
require File.expand_path('lib/mongoid_extensions.rb')

class ExtendedDocument
Expand Down

0 comments on commit afb4053

Please sign in to comment.