Merge pull request 192 from dev/Get-Random2 into develop

This commit is contained in:
Andy Schwartzmeyer 2015-10-20 03:25:12 +00:00
commit 0752e62be1

View file

@ -10,7 +10,7 @@
It "Should return a random number less than 100 and greater than -100 " {
$randomNumber = Get-Random -Minimum -100 -Maximum 100
$randomNumber | Should BeLessThan 100
$randomNumber | Should BeGreaterThan -100
$randomNumber | Should BeGreaterThan -101
}
It "Should return a random number less than 20.93 and greater than 10.7 " {