We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb855 commit e6cad6bCopy full SHA for e6cad6b
lib/rspec/rails/configuration.rb
@@ -33,7 +33,8 @@ class Configuration
33
:request => %w[spec (requests|integration|api)],
34
:routing => %w[spec routing],
35
:view => %w[spec views],
36
- :feature => %w[spec features]
+ :feature => %w[spec features],
37
+ :system => %w[spec system]
38
}
39
40
# Sets up the different example group modules for the different spec types
lib/rspec/rails/version.rb
@@ -3,7 +3,7 @@ module Rails
3
# Version information for RSpec Rails.
4
module Version
5
# Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '3.6.0.beta2'
+ STRING = '3.7.0.pre'
7
end
8
9
0 commit comments