===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-mongo-2.5.1/spec/mongo/collection/view/change_stream_spec.rb-155-        expect(error).to be_a(Mongo::Error::OperationFailure)
ruby-mongo-2.5.1/spec/mongo/collection/view/change_stream_spec.rb:156:        expect(error.message).to include('$changeStream is only valid as the first stage in a pipeline')
ruby-mongo-2.5.1/spec/mongo/collection/view/change_stream_spec.rb-157-      end
##############################################
ruby-mongo-2.5.1/spec/mongo/collection/view/change_stream_spec.rb-872-      it 'includes the filters in the formatted string' do
ruby-mongo-2.5.1/spec/mongo/collection/view/change_stream_spec.rb:873:        expect(change_stream.inspect).to include([{ '$project' => { '_id' => 0 }}].to_s)
ruby-mongo-2.5.1/spec/mongo/collection/view/change_stream_spec.rb-874-      end
##############################################
ruby-mongo-2.5.1/lib/mongo/collection/view/change_stream.rb-20-
ruby-mongo-2.5.1/lib/mongo/collection/view/change_stream.rb:21:      # Provides behaviour around a `$changeStream` pipeline stage in the
ruby-mongo-2.5.1/lib/mongo/collection/view/change_stream.rb-22-      # aggregation framework. Specifying this stage allows users to request that
##############################################
ruby-mongo-2.5.1/lib/mongo/collection.rb-300-
ruby-mongo-2.5.1/lib/mongo/collection.rb:301:    # As of version 3.6 of the MongoDB server, a ``$changeStream`` pipeline stage is supported
ruby-mongo-2.5.1/lib/mongo/collection.rb-302-    # in the aggregation framework. This stage allows users to request that notifications are sent for