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,9 @@
require "application_system_test_case"
class Settings::ItemSetsTest < ApplicationSystemTestCase
# test "visiting the index" do
# visit settings_item_sets_url
#
# assert_selector "h1", text: "Settings::ItemSet"
# end
end