From 554c84014baa5bd18278afa645081165cc2c3cf3 Mon Sep 17 00:00:00 2001 From: raj209 <30597777+raj209@users.noreply.github.com> Date: Wed, 21 Mar 2018 15:19:24 -0500 Subject: [PATCH] updating Effective date in test --- test/functional/home_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/home_controller_test.rb b/test/functional/home_controller_test.rb index 30b79c654..fffe6d0f7 100644 --- a/test/functional/home_controller_test.rb +++ b/test/functional/home_controller_test.rb @@ -19,7 +19,7 @@ class HomeControllerTest < ActionController::TestCase test "default effective date for new user" do sign_in @admin - time = Time.gm(2015,12,31).to_i + time = Time.gm(2016,12,31).to_i user = User.new assert_equal time, user.effective_date end