group_removed_users table to forbid users joining once removed

This commit is contained in:
2458773093
2019-07-16 08:46:03 +03:00
parent c56a8914f3
commit 520c125e21
5 changed files with 51 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe GroupRemovedAccount, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end