10 lines
214 B
Ruby
Executable File
10 lines
214 B
Ruby
Executable File
require "application_system_test_case"
|
|
|
|
class CommissionsTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit commissions_url
|
|
#
|
|
# assert_selector "h1", text: "Commission"
|
|
# end
|
|
end
|