Skip to content

Instantly share code, notes, and snippets.

@toothrot
Created January 5, 2015 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toothrot/e597832dd95c81a5ecdd to your computer and use it in GitHub Desktop.
Save toothrot/e597832dd95c81a5ecdd to your computer and use it in GitHub Desktop.
This test
commit 048f2266fa4941257cc5650831fc477bff4d2a94
Author: Alexander Rakoczy <alex@kitchensurfing.com>
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