mirror of
https://github.com/kingomarnajjar/curly-happiness.git
synced 2026-07-25 22:27:18 +10:00
9 lines
205 B
Ruby
9 lines
205 B
Ruby
require "application_system_test_case"
|
|
|
|
class ListingsTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit listings_url
|
|
#
|
|
# assert_selector "h1", text: "Listing"
|
|
# end
|
|
end
|