spec/spec_helper.rb in detom-0.0.1 vs spec/spec_helper.rb in detom-0.0.2
- old
+ new
@@ -42,9 +42,15 @@
# compatibility in RSpec 3). It causes shared context metadata to be
# inherited by the metadata hash of host groups and examples, rather than
# triggering implicit auto-inclusion in groups with matching metadata.
config.shared_context_metadata_behavior = :apply_to_host_groups
+ config.order = :random
+
+ # Runs and outputs all assertions in a test regardless of failures.
+ config.define_derived_metadata do |meta|
+ meta[:aggregate_failures] = true
+ end
# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
=begin
# This allows you to limit a spec run to individual examples or groups
# you care about by tagging them with `:focus` metadata. When nothing