Skip to content

Commit 75106cb

Browse files
committed
Update url_helpers.feature
Just a minor correction: `spec/mailer` to `spec/mailers`.
1 parent a7b6256 commit 75106cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mailer_specs/url_helpers.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: URL helpers in mailer examples
22

33
Mailer specs are marked by `:type => :mailer` or if you have set
4-
`config.infer_spec_type_from_file_location!` by placing them in `spec/mailer`.
4+
`config.infer_spec_type_from_file_location!` by placing them in `spec/mailers`.
55

66
@rails_post_5
77
Scenario: using URL helpers with default options

0 commit comments

Comments
 (0)