9 lines
208 B
Ruby
9 lines
208 B
Ruby
require "application_system_test_case"
|
|
|
|
class HomepagesTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit homepages_url
|
|
#
|
|
# assert_selector "h1", text: "Homepage"
|
|
# end
|
|
end
|