Skip to content

Commit

Permalink
Fix mailter feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psantos10 committed Feb 23, 2024
1 parent c53a51f commit 8692d08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/generator_specs/mailer_specs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Feature: Mailer generator spec
create app/views/posts_mailer/show.text.erb
create app/views/posts_mailer/show.html.erb
invoke rspec
create spec/mailers/posts_spec.rb
create spec/mailers/posts_mailer_spec.rb
create spec/fixtures/posts/index
create spec/fixtures/posts/show
create spec/mailers/previews/posts_preview.rb
create spec/mailers/previews/posts_mailer_preview.rb
"""

Scenario: Mailer generator with customized `default-path`
Expand All @@ -36,8 +36,8 @@ Feature: Mailer generator spec
create app/views/posts_mailer/show.text.erb
create app/views/posts_mailer/show.html.erb
invoke rspec
create behaviour/mailers/posts_spec.rb
create behaviour/mailers/posts_mailer_spec.rb
create behaviour/fixtures/posts/index
create behaviour/fixtures/posts/show
create behaviour/mailers/previews/posts_preview.rb
create behaviour/mailers/previews/posts_mailer_preview.rb
"""

0 comments on commit 8692d08

Please sign in to comment.