-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Fenner
committed
Dec 13, 2019
1 parent
b074889
commit 4380684
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
describe "Mailable", type: :model, vcr: true do | ||
let(:token) { User.generate_token } | ||
let(:client) { create(:client, name: "DATACITE.DATACITE", contact_email: "[email protected]") } | ||
let(:title) { "DataCite DOI Fabrica" } | ||
let(:title) { "DataCite Fabrica" } | ||
|
||
it "send_welcome_email" do | ||
response = client.send_welcome_email | ||
|
@@ -29,7 +29,7 @@ | |
text = <<~BODY | ||
Dear #{client.name}, | ||
Someone has requested a login link for the DataCite DOI Fabrica '#{client.name}' account. | ||
Someone has requested a login link for the DataCite Fabrica '#{client.name}' account. | ||
You can change your password with the following link: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters