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 42
def assertion_class; Riot::RR::Assertion; end
situation_class() click to toggle source

(see Riot::ContextClassOverrides#situation_class)

# File lib/riot/rr.rb, line 45
def situation_class; Riot::RR::Situation; end