inventory setup
This commit is contained in:
9
test/system/inventory_definitions_test.rb
Normal file
9
test/system/inventory_definitions_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "application_system_test_case"
|
||||
|
||||
class InventoryDefinitionsTest < ApplicationSystemTestCase
|
||||
# test "visiting the index" do
|
||||
# visit inventory_definitions_url
|
||||
#
|
||||
# assert_selector "h1", text: "InventoryDefinition"
|
||||
# end
|
||||
end
|
||||
9
test/system/stock_check_items_test.rb
Normal file
9
test/system/stock_check_items_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
9
test/system/stock_checks_test.rb
Normal file
9
test/system/stock_checks_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "application_system_test_case"
|
||||
|
||||
class StockChecksTest < ApplicationSystemTestCase
|
||||
# test "visiting the index" do
|
||||
# visit stock_checks_url
|
||||
#
|
||||
# assert_selector "h1", text: "StockCheck"
|
||||
# end
|
||||
end
|
||||
9
test/system/stock_journals_test.rb
Normal file
9
test/system/stock_journals_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "application_system_test_case"
|
||||
|
||||
class StockJournalsTest < ApplicationSystemTestCase
|
||||
# test "visiting the index" do
|
||||
# visit stock_journals_url
|
||||
#
|
||||
# assert_selector "h1", text: "StockJournal"
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user