Libraries
»
MacSpec
(0.4.5)
»
Index
»
MacSpec
»
assert
Method: MacSpec.assert
Defined in:
lib/macspec.rb
.
assert
(bool = false) ⇒
Object
9 10 11
# File 'lib/macspec.rb', line 9
def
assert
(
bool
=
false
)
@current_test_case
.
assert
(
bool
)
end