Sha256: e7e14880b60609e3a2e253f7b422942c8c4dca4005be09358ed6b63b61191e35
Contents?: true
Size: 659 Bytes
Versions: 5
Compression:
Stored size: 659 Bytes
Contents
--- Test the import strategy: strategy: Suite contents: - Basic: strategy: Import import: '<<pwd>>/exit.yml' - Generate a test: strategy: Block fatal: true weight: 0 test: | tmp = Tempfile.mktemp('import', 'yml') @symtbl[:tmp] = tmp.expand_path tmp.open('w') do |tmp| tmp << '--- A bad test: strategy: Fail ' end - Test the generated test: strategy: Import weight: -1 import: '<<tmp>>' - Clean: strategy: Block fatal: true test: '@symtbl[:tmp].unlink'
Version data entries
5 entries across 5 versions & 1 rubygems