about summary refs log tree commit diff
path: root/spec/fabricators/user_role_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/user_role_fabricator.rb')
-rw-r--r--spec/fabricators/user_role_fabricator.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/spec/fabricators/user_role_fabricator.rb b/spec/fabricators/user_role_fabricator.rb
index 28f76c8c4..d44322760 100644
--- a/spec/fabricators/user_role_fabricator.rb
+++ b/spec/fabricators/user_role_fabricator.rb
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
 Fabricator(:user_role) do
-  name        "MyString"
-  color       "MyString"
-  permissions ""
-end
\ No newline at end of file
+  name        'MyString'
+  color       ''
+  permissions 0
+end