http://www.relishapp.com/rspec/rspec-expectations/v/3-5/docs/aggregating-failures
aggregate_failures "testing response" do
....
end
it "...", :aggregate_failures do
...
http://www.relishapp.com/rspec/rspec-expectations/v/3-5/docs/aggregating-failures
aggregate_failures "testing response" do
....
end
it "...", :aggregate_failures do
...