Method: Assert::Test#code
- Defined in:
- lib/assert/test.rb
#code ⇒ Object (readonly)
a Test is some code/method to run in the scope of a Context. After a a test runs, it should have some assertions which are its results.
10 11 12 |
# File 'lib/assert/test.rb', line 10 def code @code end |