Project

General

Profile

« Previous | Next » 

Revision 88f98982

Added by David Davis almost 10 years ago

Fixes #6918,BZ1125999 - Removing dupe products in sync widget

View differences:

test/models/product_test.rb
def test_syncable_content
products = Katello::Product.syncable_content
refute_empty products
assert_equal 2, products.length
products.each { |prod| assert prod.syncable_content? }
end
end

Also available in: Unified diff