lib/matchers/document/be_stored_in.rb in mongoid-minitest-0.1.1 vs lib/matchers/document/be_stored_in.rb in mongoid-minitest-0.1.2
- old
+ new
@@ -1,9 +1,7 @@
module Mongoid
module Matchers
- class BeStoredInMatcher
- include Helpers
-
+ class BeStoredInMatcher < Matcher
def initialize(collection_name)
@collection_name = collection_name.to_s
end
def matches?(subject)