Merge branch 'august_spring' of bitbucket.org:code2lab/sxrestaurant into august_spring
* 'august_spring' of bitbucket.org:code2lab/sxrestaurant: (71 commits) Update Coupon / Voucher data change update menu_sync update addorder update addorder view add fields for Menu Sync update add oreder add menu api update add order and calculate subtotal update seed menu ui update update ability for setmenu fixed update show for foc add bootstrap file input and menu item img implemented update foc and pdf update menu item update receipt bill pdf for foc and credit add CarrierWave gems for menu image upload add CarrierWave gems for menu image upload ...
This commit is contained in:
9
test/system/item_sets_test.rb
Normal file
9
test/system/item_sets_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "application_system_test_case"
|
||||
|
||||
class Settings::ItemSetsTest < ApplicationSystemTestCase
|
||||
# test "visiting the index" do
|
||||
# visit settings_item_sets_url
|
||||
#
|
||||
# assert_selector "h1", text: "Settings::ItemSet"
|
||||
# end
|
||||
end
|
||||
9
test/system/menu_item_sets_test.rb
Normal file
9
test/system/menu_item_sets_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "application_system_test_case"
|
||||
|
||||
class Settings::MenuItemSetsTest < ApplicationSystemTestCase
|
||||
# test "visiting the index" do
|
||||
# visit settings_menu_item_sets_url
|
||||
#
|
||||
# assert_selector "h1", text: "Settings::MenuItemSet"
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user