Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
CI (Automated) committed Jan 11, 2018
1 parent eb0aebd commit a60f5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/github.com/cloudfoundry/bosh-agent
Submodule bosh-agent updated 113 files
2 changes: 1 addition & 1 deletion src/github.com/pester/Pester
Submodule Pester updated 54 files
+13 −0 CHANGELOG.md
+16 −16 Functions/Assertions/Be.Tests.ps1
+25 −19 Functions/Assertions/Be.ps1
+80 −7 Functions/Assertions/BeGreaterThan.Tests.ps1
+38 −22 Functions/Assertions/BeGreaterThan.ps1
+27 −8 Functions/Assertions/BeIn.Tests.ps1
+14 −18 Functions/Assertions/BeIn.ps1
+86 −12 Functions/Assertions/BeLessThan.Tests.ps1
+35 −22 Functions/Assertions/BeLessThan.ps1
+31 −7 Functions/Assertions/BeLike.Tests.ps1
+15 −14 Functions/Assertions/BeLike.ps1
+33 −7 Functions/Assertions/BeLikeExactly.Tests.ps1
+30 −8 Functions/Assertions/BeLikeExactly.ps1
+14 −0 Functions/Assertions/BeNullOrEmpty.Tests.ps1
+7 −7 Functions/Assertions/BeNullOrEmpty.ps1
+33 −3 Functions/Assertions/BeOfType.Tests.ps1
+25 −34 Functions/Assertions/BeOfType.ps1
+104 −0 Functions/Assertions/BeTrueOrFalse.Tests.ps1
+50 −0 Functions/Assertions/BeTrueOrFalse.ps1
+33 −0 Functions/Assertions/Contain.Tests.ps1
+33 −0 Functions/Assertions/Contain.ps1
+15 −0 Functions/Assertions/Exist.Tests.ps1
+8 −11 Functions/Assertions/Exist.ps1
+20 −0 Functions/Assertions/FileContentMatch.Tests.ps1
+7 −7 Functions/Assertions/FileContentMatch.ps1
+20 −0 Functions/Assertions/FileContentMatchExactly.Tests.ps1
+5 −5 Functions/Assertions/FileContentMatchExactly.ps1
+20 −0 Functions/Assertions/FileContentMatchMultiline.Tests.ps1
+7 −7 Functions/Assertions/FileContentMatchMultiline.ps1
+70 −0 Functions/Assertions/HaveCount.Tests.ps1
+45 −0 Functions/Assertions/HaveCount.ps1
+40 −0 Functions/Assertions/Match.Tests.ps1
+7 −7 Functions/Assertions/Match.ps1
+40 −0 Functions/Assertions/MatchExactly.Tests.ps1
+5 −5 Functions/Assertions/MatchExactly.ps1
+19 −2 Functions/Assertions/PesterThrow.Tests.ps1
+12 −4 Functions/Assertions/PesterThrow.ps1
+25 −8 Functions/Assertions/Should.ps1
+2 −0 Functions/BreakAndContinue.Tests.ps1
+2 −0 Functions/Environment.Tests.ps1
+2 −0 Functions/GlobalMock-A.Tests.ps1
+2 −0 Functions/GlobalMock-B.Tests.ps1
+2 −0 Functions/New-MockObject.Tests.ps1
+11 −7 Functions/Output.Tests.ps1
+2 −0 Functions/SetupTeardown.Tests.ps1
+3 −1 Functions/TestsRunningInCleanRunspace.Tests.ps1
+39 −2 Pester.Tests.ps1
+1 −0 Pester.nuspec
+2 −2 Pester.psd1
+11 −1 Pester.psm1
+1 −7 README.md
+21 −0 VERIFICATION.txt
+1 −1 en-US/about_BeforeEach_AfterEach.help.txt
+2 −2 en-US/about_Pester.help.txt

0 comments on commit a60f5be

Please sign in to comment.