Skip to content

Commit e6cad6b

Browse files
author
Sam Phippen
committed
Directory inference
1 parent 94eb855 commit e6cad6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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

lib/rspec/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '3.6.0.beta2'
6+
STRING = '3.7.0.pre'
77
end
88
end
99
end

0 commit comments

Comments
 (0)