spec/runners/crud/test_base.rb in mongo-2.15.0.alpha vs spec/runners/crud/test_base.rb in mongo-2.15.0
- old
+ new
@@ -1,4 +1,7 @@
+# frozen_string_literal: true
+# encoding: utf-8
+
module Mongo
module CRUD
class CRUDTestBase
- old
+ new