Skip to content

Commit

Permalink
test: set rspec to aggregate failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 11, 2017
1 parent 892ca2a commit 75af18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
mocks.verify_partial_doubles = true
end

config.define_derived_metadata do |meta|
meta[:aggregate_failures] = true unless meta.key?(:aggregate_failures)
end

config.include FixtureHelpers

def app
Expand Down

0 comments on commit 75af18f

Please sign in to comment.