Skip to content

Commit

Permalink
Update install generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Aug 2, 2024
1 parent 78262f3 commit 17b66fe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/generators/install_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,6 @@ class InstallGeneratorTest < Rails::Generators::TestCase
end
end

test "mailer" do
run_generator

assert_file "app/mailers/rodauth_mailer.rb", /class RodauthMailer < ApplicationMailer/

%w[
verify_account verify_login_change unlock_account reset_password
password_changed email_auth
].each do |template|
assert_file "app/views/rodauth_mailer/#{template}.text.erb"
end
end

test "fixtures" do
run_generator

Expand Down

0 comments on commit 17b66fe

Please sign in to comment.