about summary refs log tree commit diff
path: root/spec/fabricators/user_role_fabricator.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-01-26 20:16:31 +0100
committerGitHub <noreply@github.com>2023-01-26 20:16:31 +0100
commitcfa92c4ec025609c24c24d73114033ecf150a438 (patch)
treeaf42722e4bdef8f4fcc4a43268e8ef033bf38a81 /spec/fabricators/user_role_fabricator.rb
parent20abef6590505d12aca81ed1c386804d75b8b552 (diff)
parentfad6633156cae8ab2a7bad0c9802cf7918964ef4 (diff)
Merge pull request #2095 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'spec/fabricators/user_role_fabricator.rb')
-rw-r--r--spec/fabricators/user_role_fabricator.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/fabricators/user_role_fabricator.rb b/spec/fabricators/user_role_fabricator.rb
index 28f76c8c4..ed0a7dc1f 100644
--- a/spec/fabricators/user_role_fabricator.rb
+++ b/spec/fabricators/user_role_fabricator.rb
@@ -1,5 +1,5 @@
 Fabricator(:user_role) do
   name        "MyString"
-  color       "MyString"
-  permissions ""
-end
\ No newline at end of file
+  color       ""
+  permissions 0
+end