You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe foo {
It "should find 0 in range" {
0| Should be @(0..2)
}
It "should find 1 in range" {
1| Should be @(0..2)
}
It "should find 2 in range" {
2| Should be @(0..2)
}
}
Describe foo { It "should find 0 in range" { 0 | Should be @(0..2) } It "should find 1 in range" { 1 | Should be @(0..2) } It "should find 2 in range" { 2 | Should be @(0..2) } }