Skip to content

Commit

Permalink
Aggregate failures
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 14, 2024
1 parent d9b29c6 commit 36b7601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiences/spec/models/audiences/external_user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "rails_helper"

RSpec.describe Audiences::ExternalUser do
RSpec.describe Audiences::ExternalUser, :aggregate_failures do
describe "#map" do
it "takes a list of user data and creates ExternalUser instances, returning them" do
john, joseph, mary, steve, *others = Audiences::ExternalUser.wrap([
Expand Down

0 comments on commit 36b7601

Please sign in to comment.