Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 012b55a

Browse files
author
Mario Manno
authored
Merge pull request #187 from natebird/remove_assert_template_test
Remove `assert_template` test
2 parents 072a0ed + 34d6756 commit 012b55a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_password_expired_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Devise::PasswordExpiredControllerTest < ActionController::TestCase
1313

1414
test 'should render show' do
1515
get :show
16-
assert_template :show
16+
assert_includes @response.body, 'Renew your password'
1717
end
1818

1919
test 'shold update password' do

0 commit comments

Comments
 (0)