Skip to content

Commit

Permalink
remove useless aggregate_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Sep 19, 2024
1 parent 37e85a4 commit 21f204d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/ezclient_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,7 @@ def self.sign!(*); end
end

specify "#to_s" do
aggregate_failures "<inspect> representation" do
expect(response.inspect).to eq(response.to_s)
end
expect(response.inspect).to eq(response.to_s)
end
end

Expand Down

0 comments on commit 21f204d

Please sign in to comment.