Redefines the classes {Riot::Context} will use when creating new assertions and situations to be the ones provided RR support. See {Riot::RR::Assertion} and {Riot::RR::Situation}.
(see Riot::ContextClassOverrides#assertion_class)
# File lib/riot/rr.rb, line 42 def assertion_class; Riot::RR::Assertion; end
(see Riot::ContextClassOverrides#situation_class)
# File lib/riot/rr.rb, line 45 def situation_class; Riot::RR::Situation; end