spec/support/app/models/document.rb in
azeroth-0.0.4
vs spec/support/app/models/document.rb in
azeroth-0.0.5
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
class Document < ActiveRecord::Base end