10 lines
228 B
Ruby
Executable File
10 lines
228 B
Ruby
Executable File
require "application_system_test_case"
|
|
|
|
class StockCheckItemsTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit stock_check_items_url
|
|
#
|
|
# assert_selector "h1", text: "StockCheckItem"
|
|
# end
|
|
end
|