Created
January 5, 2015 18:56
-
-
Save toothrot/e597832dd95c81a5ecdd to your computer and use it in GitHub Desktop.
This test
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
commit 048f2266fa4941257cc5650831fc477bff4d2a94 | |
Author: Alexander Rakoczy <[email protected]> | |
Date: Mon Jan 5 13:45:40 2015 -0500 | |
See you in 5 years | |
diff --git a/spec/mailers/request_mailer_spec.rb b/spec/mailers/request_mailer_spec.rb | |
index 8a9bfd2..f8fbaad 100644 | |
--- a/spec/mailers/request_mailer_spec.rb | |
+++ b/spec/mailers/request_mailer_spec.rb | |
@@ -5,7 +5,7 @@ require "spec_helper" | |
describe RequestMailer, :type => :mailer do | |
let(:requester) { create(:user, first_name: 'Allie', last_name: 'Nelson') } | |
- let(:request) { create(:request, user: requester, date: '2015-01-01') } | |
+ let(:request) { create(:request, user: requester, date: '2020-01-01') } | |
describe '#confirmation_for_customer' do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment