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

Commit

Permalink
Merge pull request #187 from natebird/remove_assert_template_test
Browse files Browse the repository at this point in the history
Remove `assert_template` test
  • Loading branch information
Mario Manno authored Aug 26, 2016
2 parents 072a0ed + 34d6756 commit 012b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_password_expired_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Devise::PasswordExpiredControllerTest < ActionController::TestCase

test 'should render show' do
get :show
assert_template :show
assert_includes @response.body, 'Renew your password'
end

test 'shold update password' do
Expand Down

0 comments on commit 012b55a

Please sign in to comment.