10 lines
242 B
Ruby
Executable File
10 lines
242 B
Ruby
Executable File
require "application_system_test_case"
|
|
|
|
class InventoryDefinitionsTest < ApplicationSystemTestCase
|
|
# test "visiting the index" do
|
|
# visit inventory_definitions_url
|
|
#
|
|
# assert_selector "h1", text: "InventoryDefinition"
|
|
# end
|
|
end
|