10 lines
221 B
Ruby
10 lines
221 B
Ruby
require "application_system_test_case"
|
|
|
|
class DiningChargesTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit dining_charges_url
|
|
#
|
|
# assert_selector "h1", text: "DiningCharge"
|
|
# end
|
|
end
|