Sha256: 6051ad3b89abb441719d863d7d4f1d4f524a793ec2707dcd5f6af4193778fe76
Contents?: true
Size: 404 Bytes
Versions: 98
Compression:
Stored size: 404 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from '@theforeman/test'; import { inventoryUrl, getInventoryDocsUrl } from '../ForemanInventoryHelpers'; const fixtures = { 'should return inventory Url': () => inventoryUrl('test_path'), 'should return inventory docs url': () => getInventoryDocsUrl(), }; describe('ForemanInventoryUpload helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
98 entries across 98 versions & 1 rubygems