Skip to content

Commit

Permalink
Merge pull request #2597 from jasonkarns/patch-1
Browse files Browse the repository at this point in the history
Infer the spec type for generator specs
  • Loading branch information
JonRowe committed Apr 24, 2022
1 parent 4e87c78 commit 19d6165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rspec/rails/configuration.rb
Expand Up @@ -28,6 +28,7 @@ class Configuration
DIRECTORY_MAPPINGS = {
channel: %w[spec channels],
controller: %w[spec controllers],
generator: %w[spec generator],
helper: %w[spec helpers],
job: %w[spec jobs],
mailer: %w[spec mailers],
Expand Down

0 comments on commit 19d6165

Please sign in to comment.