AuditRecord

This commit is contained in:
Karol Selak 2021-03-22 00:54:45 +01:00
parent 2804c55fd9
commit c2dfc1f04a
5 changed files with 42 additions and 1 deletions

View file

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