Sha256: f3da0a53488e872beaacde981bbfc7da8d2fec6cffb32f50845174e527a52568
Contents?: true
Size: 356 Bytes
Versions: 101
Compression:
Stored size: 356 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from '@theforeman/test'; import { foremanUrl } from '../ForemanRhCloudHelpers'; global.URL_PREFIX = 'MY_TEST_URL_PREFIX.example.com'; const fixtures = { 'should return foreman Url': () => foremanUrl('/test_path'), }; describe('ForemanRhCloud helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
101 entries across 101 versions & 1 rubygems