class Riot::RR::Situation
Basically, provides a {Riot::Situation} that has been adapted to RR. This means that any of the RR methods that would typically be used:
mock
, stub
, verify
, etc. will be
available to any setup, yeardown, helper, hookup, or assertion.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/riot/rr.rb, line 14 def initialize self.reset super end