lib/matchers/document/have_index.rb in mongoid-minitest-0.1.1 vs lib/matchers/document/have_index.rb in mongoid-minitest-0.1.2

- old
+ new

@@ -1,9 +1,7 @@ module Mongoid module Matchers - class HaveIndexMatcher - include Helpers - + class HaveIndexMatcher < Matcher def initialize(field) @field = field.to_s end def matches?(subject)