Skip to content

Commit

Permalink
Update Math.tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 7, 2015
1 parent 99a4a96 commit ac0cc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Math.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Import-Module .\Math.psm1 -force
Describe 'Math' {
Context 'multiply function' {
It 'should correctly multiply positive numbers' {
Write-Host "GitHub key: $($env:GitHubKey)"
$result = multiply -first 4 -second 3
$result | Should Be 12
}
Expand All @@ -16,4 +17,4 @@ Describe 'Math' {
}
}

}
}

0 comments on commit ac0cc0c

Please sign in to comment.