Skip to content

Commit d79b4f7

Browse files
author
Sam Phippen
committed
Directory inference
1 parent e544801 commit d79b4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rspec/rails/configuration.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class Configuration
3333
:request => %w[spec (requests|integration|api)],
3434
:routing => %w[spec routing],
3535
:view => %w[spec views],
36-
:feature => %w[spec features]
36+
:feature => %w[spec features],
37+
:system => %w[spec system]
3738
}
3839

3940
# Sets up the different example group modules for the different spec types

0 commit comments

Comments
 (0)