Sha256: 9f60621e5816e2c8fbbd3701570c255ba0d7435adc8bf4a9ae2242da056d6a8f
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
require 'spec_helper' describe Commands::Email::Send do is_required :application_id, :from, :to, :subject, :text_body is_optional :cc, :bcc, :reply_to, :html_body pending 'TODO: add some specs' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restpack_service_messaging-0.0.2 | spec/commands/email/send_spec.rb |