spec/mongo/auth/scram_negotiation_spec.rb in mongo-2.15.0.alpha vs spec/mongo/auth/scram_negotiation_spec.rb in mongo-2.15.0
- old
+ new
@@ -1,4 +1,7 @@
+# frozen_string_literal: true
+# encoding: utf-8
+
require 'spec_helper'
# max_pool_size is set to 1 to force a single connection being used for
# all operations in a client.