10 lines
215 B
Ruby
10 lines
215 B
Ruby
require "application_system_test_case"
|
|
|
|
class StockChecksTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit stock_checks_url
|
|
#
|
|
# assert_selector "h1", text: "StockCheck"
|
|
# end
|
|
end
|