Libraries
»
brine-dsl
(0.12.4)
»
Index
»
DelayedStubResponse
»
#body
Method: DelayedStubResponse#body
Defined in:
lib/brine/test_steps.rb
#
body
⇒
Object
29 30 31
# File 'lib/brine/test_steps.rb', line 29
def
body
Time
.
now
<
@activation
?
nil
:
@body
end