module EvilEvents::Core::System::Mocking::ClassMethods
@since 0.1.0
Public Instance Methods
build_mock()
click to toggle source
@return [EvilEvents::Core::System::Mock]
@since 0.1.0
# File lib/evil_events/core/system/mocking.rb, line 21 def build_mock Mock.new end
build_stub()
click to toggle source
@return [EvilEvents::Core::System]
@since 0.1.0
# File lib/evil_events/core/system/mocking.rb, line 28 def build_stub new end