From 25d628fca314aebb25e3976f006cc96629a3d780 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Wed, 24 Jul 2019 13:01:12 -0500 Subject: revert the current unfinished chat implementation --- spec/fabricators/chat_account_fabricator.rb | 2 -- spec/models/chat_account_spec.rb | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 spec/fabricators/chat_account_fabricator.rb delete mode 100644 spec/models/chat_account_spec.rb (limited to 'spec') 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 -- cgit