module EacRubyUtils::Rspec::Setup

def stub_eac_speaker

Returns:
  • (self) -
def stub_eac_speaker
  ::EacRubyUtils::Speaker.context.push(::EacRubyUtils::Rspec::StubSpeaker.new)
  self
end