10 lines
221 B
Ruby
Executable File
10 lines
221 B
Ruby
Executable File
require "application_system_test_case"
|
|
|
|
class PrintSettingsTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit print_settings_url
|
|
#
|
|
# assert_selector "h1", text: "PrintSetting"
|
|
# end
|
|
end
|