Files
sx-fc/test/system/item_sets_test.rb
2017-08-11 17:41:10 +06:30

10 lines
235 B
Ruby

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