created item groups and link banners and their associations and fixed bugs with join tables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SpecialOfferTest < ActiveSupport::TestCase
|
||||
class ItemGroupTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
7
back-office/test/models/link_banner_test.rb
Normal file
7
back-office/test/models/link_banner_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class LinkBannerTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user