add admin user by devise

This commit is contained in:
João Geonizeli
2021-08-03 19:46:26 -03:00
parent 50f12f49a6
commit f9a5f15e0e
19 changed files with 703 additions and 1 deletions

View File

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