Sha256: 70ea374153cf0a69400bdc54c28b9372c6aa7d454812713a5e272b474eede362
Contents?: true
Size: 370 Bytes
Versions: 30
Compression:
Stored size: 370 Bytes
Contents
# !SLIDE :capture_code_output true # Replay file log require 'example_helper' begin service_log = "#{__FILE__.sub('ex05', 'ex04')}.service.log" Email.asir.transport = t = ASIR::Transport::File.new(:file => service_log) t.encoder = ASIR::Coder::Yaml.new t.serve_file! end # !SLIDE END # EXPECT: : client process # EXPECT: : Email.send_mail :pdf_invoice
Version data entries
30 entries across 30 versions & 1 rubygems