module Riot::RR::ContextClassOverrides
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}.
Public Instance Methods
assertion_class()
click to toggle source
(see Riot::ContextClassOverrides#assertion_class)
# File lib/riot/rr.rb, line 47 def assertion_class; Riot::RR::Assertion; end
situation_class()
click to toggle source
(see Riot::ContextClassOverrides#situation_class)
# File lib/riot/rr.rb, line 50 def situation_class; Riot::RR::Situation; end