add WowGuild model

This commit is contained in:
2021-05-28 17:04:31 +02:00
parent 558cc52de9
commit f8c539bb87
7 changed files with 108 additions and 2 deletions

View File

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