Skip to content
Snippets Groups Projects
Commit c91880bf authored by Emily Ring's avatar Emily Ring
Browse files

Added aggregate_failures to a clusters_helper_spec

parent 9ba73b55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,7 +66,7 @@ RSpec.describe ClustersHelper do
expect(subject[:endpoint]).to eq('/path')
end
 
it 'generates svg image data' do
it 'generates svg image data', :aggregate_failures do
expect(subject.dig(:img_tags, :aws, :path)).to match(%r(/illustrations/logos/amazon_eks|svg))
expect(subject.dig(:img_tags, :default, :path)).to match(%r(/illustrations/logos/kubernetes|svg))
expect(subject.dig(:img_tags, :gcp, :path)).to match(%r(/illustrations/logos/google_gke|svg))
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment