about summary refs log tree commit diff
path: root/spec/fabricators/identity_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/identity_fabricator.rb')
-rw-r--r--spec/fabricators/identity_fabricator.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/fabricators/identity_fabricator.rb b/spec/fabricators/identity_fabricator.rb
index bc832df9f..58072c0d6 100644
--- a/spec/fabricators/identity_fabricator.rb
+++ b/spec/fabricators/identity_fabricator.rb
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
 Fabricator(:identity) do
-  user     nil
-  provider "MyString"
-  uid      "MyString"
+  user
+  provider 'MyString'
+  uid      'MyString'
 end