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.
spec_helper.rb
1 parent 6fc26d3 commit d4d7f64Copy full SHA for d4d7f64
lib/rspec/core/project_initializer/spec/spec_helper.rb
@@ -40,6 +40,13 @@
40
mocks.verify_partial_doubles = true
41
end
42
43
+ # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
44
+ # have no way to turn it off -- the option exists only for backwards
45
+ # compatibility in RSpec 3). It causes shared context metadata to be
46
+ # inherited by the metadata hash of host groups and examples, rather than
47
+ # triggering implicit auto-inclusion in groups with matching metadata.
48
+ config.shared_context_metadata_behavior = :apply_to_host_groups
49
+
50
# The settings below are suggested to provide a good initial experience
51
# with RSpec, but feel free to customize to your heart's content.
52
=begin
0 commit comments