10 lines
237 B
Ruby
10 lines
237 B
Ruby
require "application_system_test_case"
|
|
|
|
class Transactions::SalesTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit transactions_sales_url
|
|
#
|
|
# assert_selector "h1", text: "Transactions::Sale"
|
|
# end
|
|
end
|