email-example-spec:使用电子邮件示例进行集成测试

时间:2024-07-02 10:43:15
【文件属性】:

文件名称:email-example-spec:使用电子邮件示例进行集成测试

文件大小:16KB

文件格式:ZIP

更新时间:2024-07-02 10:43:15

Ruby

电子邮件示例规范 用于电子邮件模板的 VCR。 安装 gem 'email-example-spec' 配置 在spec/spec_helper.rb 中配置邮件设备的根目录。 EmailExampleSpec . configure do | config | config . record = true # record new e-mails, don't commit this! config . fixture_path = File . join ( Rails . root , 'spec/support/fixtures/emails' ) end 用法 describe WelcomeMailer do let ( :user ) { User . new } subject do WelcomeMailer . welcome ( us


【文件预览】:
email-example-spec-master
----.travis.yml(16B)
----Rakefile(317B)
----.rubocop.yml(87B)
----CONTRIBUTING.md(3KB)
----Gemfile(107B)
----.rspec(31B)
----spec()
--------email-example-spec()
--------support()
--------spec_helper.rb(365B)
----LICENSE.md(1KB)
----.gitignore(17B)
----CHANGELOG.md(134B)
----lib()
--------email-example-spec()
--------email_example_spec.rb(29B)
--------email-example-spec.rb(394B)
----.rubocop_todo.yml(791B)
----README.md(1KB)
----email-example-spec.gemspec(572B)

网友评论