From 322da2f9b03bb4c8cd208eb52434d3c8bec83973 Mon Sep 17 00:00:00 2001 From: Zachary Folwick Date: Tue, 21 Jul 2015 14:32:45 -0700 Subject: [PATCH] deleted non-test files --- src/pester-tests/Test-Environment-Variables.ps1 | 3 --- src/pester-tests/Test-Get-Alias.ps1 | 3 --- src/pester-tests/Test-Get-ChildItem.ps1 | 3 --- src/pester-tests/Test-Get-Content.ps1 | 3 --- src/pester-tests/Test-Get-Dates.ps1 | 3 --- src/pester-tests/Test-Get-Item.ps1 | 3 --- src/pester-tests/Test-Get-Location.ps1 | 3 --- src/pester-tests/Test-Get-Member.ps1 | 3 --- src/pester-tests/Test-Split-Path.ps1 | 3 --- src/pester-tests/test-Add-Member.ps1 | 3 --- src/pester-tests/test-New-Object.ps1 | 3 --- 11 files changed, 33 deletions(-) delete mode 100644 src/pester-tests/Test-Environment-Variables.ps1 delete mode 100644 src/pester-tests/Test-Get-Alias.ps1 delete mode 100644 src/pester-tests/Test-Get-ChildItem.ps1 delete mode 100644 src/pester-tests/Test-Get-Content.ps1 delete mode 100644 src/pester-tests/Test-Get-Dates.ps1 delete mode 100644 src/pester-tests/Test-Get-Item.ps1 delete mode 100644 src/pester-tests/Test-Get-Location.ps1 delete mode 100644 src/pester-tests/Test-Get-Member.ps1 delete mode 100644 src/pester-tests/Test-Split-Path.ps1 delete mode 100644 src/pester-tests/test-Add-Member.ps1 delete mode 100644 src/pester-tests/test-New-Object.ps1 diff --git a/src/pester-tests/Test-Environment-Variables.ps1 b/src/pester-tests/Test-Environment-Variables.ps1 deleted file mode 100644 index 983948f24..000000000 --- a/src/pester-tests/Test-Environment-Variables.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Environment-Variables { - -} diff --git a/src/pester-tests/Test-Get-Alias.ps1 b/src/pester-tests/Test-Get-Alias.ps1 deleted file mode 100644 index 9bdc128b7..000000000 --- a/src/pester-tests/Test-Get-Alias.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function test-Get-Alias{ - return Get-Alias a* -} \ No newline at end of file diff --git a/src/pester-tests/Test-Get-ChildItem.ps1 b/src/pester-tests/Test-Get-ChildItem.ps1 deleted file mode 100644 index 21395e4bb..000000000 --- a/src/pester-tests/Test-Get-ChildItem.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Get-ChildItem { - -} diff --git a/src/pester-tests/Test-Get-Content.ps1 b/src/pester-tests/Test-Get-Content.ps1 deleted file mode 100644 index 690b9a05f..000000000 --- a/src/pester-tests/Test-Get-Content.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Get-Content { - -} diff --git a/src/pester-tests/Test-Get-Dates.ps1 b/src/pester-tests/Test-Get-Dates.ps1 deleted file mode 100644 index 3809810e0..000000000 --- a/src/pester-tests/Test-Get-Dates.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Get-Date { - -} diff --git a/src/pester-tests/Test-Get-Item.ps1 b/src/pester-tests/Test-Get-Item.ps1 deleted file mode 100644 index 08164c80e..000000000 --- a/src/pester-tests/Test-Get-Item.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Get-Item { - -} diff --git a/src/pester-tests/Test-Get-Location.ps1 b/src/pester-tests/Test-Get-Location.ps1 deleted file mode 100644 index cdea068ea..000000000 --- a/src/pester-tests/Test-Get-Location.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Get-Location { - -} diff --git a/src/pester-tests/Test-Get-Member.ps1 b/src/pester-tests/Test-Get-Member.ps1 deleted file mode 100644 index 4315e54a6..000000000 --- a/src/pester-tests/Test-Get-Member.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Get-Member { - -} diff --git a/src/pester-tests/Test-Split-Path.ps1 b/src/pester-tests/Test-Split-Path.ps1 deleted file mode 100644 index 40781d6a5..000000000 --- a/src/pester-tests/Test-Split-Path.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function Test-Split-Path { - -} diff --git a/src/pester-tests/test-Add-Member.ps1 b/src/pester-tests/test-Add-Member.ps1 deleted file mode 100644 index 1eb9372f8..000000000 --- a/src/pester-tests/test-Add-Member.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function test-Add-Member { - -} diff --git a/src/pester-tests/test-New-Object.ps1 b/src/pester-tests/test-New-Object.ps1 deleted file mode 100644 index 13397b05a..000000000 --- a/src/pester-tests/test-New-Object.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -function test-New-Object { - -}