Skip to content

Commit 5869721

Browse files
authored
Merge pull request #2597 from jasonkarns/patch-1
Infer the spec type for generator specs
2 parents 6f8e3ab + 9f4122d commit 5869721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rspec/rails/configuration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class Configuration
2828
DIRECTORY_MAPPINGS = {
2929
channel: %w[spec channels],
3030
controller: %w[spec controllers],
31+
generator: %w[spec generator],
3132
helper: %w[spec helpers],
3233
job: %w[spec jobs],
3334
mailer: %w[spec mailers],

0 commit comments

Comments
 (0)