add item set with scaffold

This commit is contained in:
Yan
2017-08-11 17:41:10 +06:30
parent be71d187b0
commit 03a6208a76
26 changed files with 476 additions and 1 deletions

View File

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