lib/basquiat/adapters/test_adapter.rb in basquiat-1.3.0.pre.1 vs lib/basquiat/adapters/test_adapter.rb in basquiat-1.3.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Basquiat
module Adapters
# An adapter to be used in testing
class Test < Basquiat::Adapters::Base
class << self