initial print setup

This commit is contained in:
Yan
2017-06-02 16:22:15 +06:30
parent 98a7c31ffa
commit 022a2e005f
24 changed files with 663 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
require "application_system_test_case"
class PrintSettingsTest < ApplicationSystemTestCase
# test "visiting the index" do
# visit print_settings_url
#
# assert_selector "h1", text: "PrintSetting"
# end
end