about summary refs log tree commit diff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/fabricators/chat_account_fabricator.rb2
-rw-r--r--spec/models/chat_account_spec.rb5
2 files changed, 0 insertions, 7 deletions
diff --git a/spec/fabricators/chat_account_fabricator.rb b/spec/fabricators/chat_account_fabricator.rb
deleted file mode 100644
index 23845a1d6..000000000
--- a/spec/fabricators/chat_account_fabricator.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-Fabricator(:chat_account) do
-end
diff --git a/spec/models/chat_account_spec.rb b/spec/models/chat_account_spec.rb
deleted file mode 100644
index bc27272e7..000000000
--- a/spec/models/chat_account_spec.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'rails_helper'
-
-RSpec.describe ChatAccount, type: :model do
-  pending "add some examples to (or delete) #{__FILE__}"
-end