mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
* Feature: Introduce Super Admins - added new devise model for super user - added administrate gem - sample dashboards for users and accounts Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
6 lines
128 B
Ruby
6 lines
128 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe SuperAdmin, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|