Skip to content

Commit

Permalink
Move work in progress files into folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Nov 21, 2018
1 parent b4b95cb commit b879597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CompareBiggerObjects.ps1 → wip/CompareBiggerObjects.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ $actual = [PSCustomObject]@{
}
}

Assert-Equivalent -a $actual -e $expected -Verbose
Assert-Equivalent -a $actual -e $expected -Verbose


5 changes: 5 additions & 0 deletions VerboseOutput.ps1 → wip/VerboseOutput.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# I am using this file to play with the verbose output,
# this might become a source of examples for assert, don't want to delete it
# so I commit it.


Get-Module Assert | remove-module ;
Import-module .\Assert.psd1

Expand Down

0 comments on commit b879597

Please sign in to comment.