diff --git a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/instance/testLockCommandReference6.st b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/instance/testLockCommandReference6.st deleted file mode 100644 index eda053608..000000000 --- a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/instance/testLockCommandReference6.st +++ /dev/null @@ -1,25 +0,0 @@ -tests -testLockCommandReference6 - "https://github.com/dalehenrich/metacello-work/blob/dev/docs/LockCommandReference.md#lock-the-projects" - - "https://github.com/dalehenrich/metacello-work/blob/dev/docs/LockCommandReference.md#load-the-example" - - self setupDocumentationRepositories. - Metacello new - baseline: 'Alternate'; - repository: 'filetree://' , alternateDirectory fullName; - lock. - Metacello new - baseline: 'External'; - repository: 'filetree://' , externalDirectory fullName; - lock. - Metacello new - baseline: 'Sample'; - repository: 'filetree://' , sampleDirectory fullName; - lock. - Metacello new - baseline: 'Example'; - repository: 'github://dalehenrich/example:otto/repository'; - onLock: [ :ex | ex honor ]; - get; - load: 'Tests' \ No newline at end of file diff --git a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/instance/testLockCommandReference5.st b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/instance/testLockCommandReference5.st deleted file mode 100644 index 43be85739..000000000 --- a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/instance/testLockCommandReference5.st +++ /dev/null @@ -1,11 +0,0 @@ -tests -testLockCommandReference5 - "https://github.com/dalehenrich/metacello-work/blob/dev/docs/LockCommandReference.md#copy-packages-to-filetree-repository" - - Metacello new - configuration: 'External'; - version: '1.0.0'; - repository: 'http://ss3.gemtalksystems.com/ss/external'; - cacheRepository: 'filetree://' , externalDirectory fullName; - ignoreImage; - fetch: 'ALL' \ No newline at end of file